-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 KB
/
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
41
42
43
44
{
"version": "0.0.0",
"scripts": {
"serve": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@antv/f2": "^3.8.9",
"axios": "^0.21.1",
"countup.js": "^2.0.7",
"dayjs": "^1.10.6",
"dotenv": "^10.0.0",
"lib-flexible": "^0.3.2",
"normalize.css": "^8.0.1",
"solarlunar": "^2.0.7",
"vant": "^3.1.2",
"vue": "^3.0.5",
"vue-router": "^4.0.8",
"vuex": "^4.0.1"
},
"devDependencies": {
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.6",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.11.1",
"less": "^4.1.1",
"postcss-pxtorem": "^6.0.0",
"prettier": "^2.3.1",
"sass": "^1.34.1",
"typescript": "^4.3.2",
"vconsole": "^3.9.0",
"vite": "^2.3.7",
"vite-plugin-html": "^2.0.7",
"vite-plugin-style-import": "^0.10.1",
"vue-tsc": "^0.0.24"
}
}