-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "nuxt-ui-pro-template-landing",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.9",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.0",
"@nuxt/image": "^1.8.1",
"@nuxt/ui-pro": "^1.4.4",
"@pinia/nuxt": "^0.5.5",
"@vue-pdf-viewer/viewer": "^1.4.4",
"nuxt": "^3.13.2",
"nuxt-jsoneditor": "^1.8.4",
"pdfjs-dist": "^4.7.76"
},
"devDependencies": {
"@nuxt/eslint": "^0.6.0",
"eslint": "^9.13.0",
"nuxt-file-storage": "^0.2.8",
"vue-tsc": "^2.1.6"
},
"packageManager": "[email protected]"
}