-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 854 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
36
37
38
39
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.7",
"nuxt": "^3.15.4",
"tailwindcss": "^4.0.7",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.9.0",
"@element-plus/nuxt": "^1.1.1",
"@iconify-json/carbon": "^1.2.7",
"@nuxtjs/color-mode": "^3.5.2",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.85.0"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": "22.x"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"vue-demi"
]
}
}