-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 994 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
{
"name": "babw",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "npm run server",
"prod": "npm run build && npm run server:prod",
"build": "vite build",
"server": "node ./server/server",
"server:prod": "cross-env NODE_ENV=production node ./server/server"
},
"dependencies": {
"@css-render/vue3-ssr": "^0.15.12",
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.21",
"@vue/server-renderer": "^3.4.21",
"axios": "^1.6.7",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.3",
"naive-ui": "^2.38.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sirv": "^2.0.4",
"vike": "0.4.144",
"vite": "^4.5.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuetify": "^3.5.8"
},
"devDependencies": {
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2"
}
}