generated from ZTL-UwU/shadcn-docs-nuxt-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 769 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-umami-docs",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/ph": "^1.2.2",
"nuxt": "^3.15.4",
"nuxt-umami": "^3.2.0",
"shadcn-docs-nuxt": "^0.8.19",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^4.4.0",
"@nuxt/icon": "^1.10.3",
"eslint": "^9.21.0",
"eslint-plugin-format": "^1.0.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"shadcn-docs-nuxt",
"vue-demi"
]
}
}