-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1003 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": "shop",
"version": "0.0.1",
"description": "业余时间练习项目",
"author": "zz",
"scripts": {
"start": "vite",
"host": "vite --host",
"build": "vite build --mode production",
"build-dev": "vue-tsc --noEmit && vite build --mode development",
"serve": "vite preview"
},
"dependencies": {
"@vant/area-data": "^1.3.2",
"axios": "^0.21.4",
"better-scroll": "^2.5.0",
"js-base64": "^3.7.2",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"pinia": "^2.0.22",
"rrweb": "^2.0.0-alpha.3",
"rrweb-player": "^1.0.0-alpha.3",
"vant": "^3.5.1",
"vue": "^3.2.6",
"vue-router": "4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"postcss-px-to-viewport-8-plugin": "^1.1.5",
"sass": "^1.43.2",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"vite-plugin-style-import": "^1.4.1",
"vue-i18n": "^9.2.2",
"vue-tsc": "^0.2.2"
}
}