-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
37 lines (37 loc) · 915 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": "octoberactive",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@kanface/utils": "^1.0.6",
"@vant/area-data": "^1.3.2",
"axios": "^0.27.2",
"kitty-ui": "^4.18.2",
"less": "^4.1.3",
"lunar-javascript": "^1.6.2",
"lunar-typescript": "^1.6.6",
"pinia": "^2.0.22",
"pinia-plugin-persistedstate": "^2.3.0",
"router-view-keep-alive": "^1.0.7",
"source-map": "^0.7.4",
"vant": "^3.6.11",
"vue": "^3.2.37",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.23",
"postcss-mobile-forever": "^4.2.3",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^0.40.4"
}
}