-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 796 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 796 Bytes
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
{
"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"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.37",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.10.0",
"@nuxt/ui-pro": "^1.8.0",
"@nuxthub/core": "0.8.10",
"nuxt": "3.17.5"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.6",
"eslint": "^9.28.0",
"nuxt-qrcode": "^0.4.1",
"vue-tsc": "^2.2.10",
"wrangler": "^3.114.9"
},
"packageManager": "pnpm@9.15.1"
}