-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
40 lines (40 loc) · 978 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
40
{
"name": "kaiyuan10nian_client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.27.2",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"normalize.css": "^8.0.1",
"pinia": "^2.0.17",
"qs": "^6.11.0",
"vant": "^3.5.4",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.182",
"@types/node": "^18.6.4",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^3.0.0",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.14",
"postcss-modules": "^4.3.1",
"postcss-pxtorem": "^6.0.0",
"sass": "^1.54.3",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.0",
"vue-tsc": "^0.38.4"
}
}