-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 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
{
"name": "zmw-chachamucaishang",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "latest",
"@types/uuid": "^9.0.2",
"nuxt": "latest",
"tree-tool": "^1.1.8"
},
"dependencies": {
"@element-plus/nuxt": "^1.0.5",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.11",
"@unhead/shared": "^1.2.2",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"autoprefixer": "^10.4.14",
"pinia": "^2.1.6",
"postcss": "^8.4.27",
"sass": "^1.65.1",
"tailwindcss": "^3.3.3",
"uuid": "^9.0.0",
"vue-baidu-map-3x": "^1.0.34",
"vue-baidu-map-offline": "^1.0.7"
},
"overrides": {
"vue": "latest"
}
}