-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 831 Bytes
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
{
"name": "handixike",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@vant/compat": "^1.0.0",
"@vant/weapp": "^1.10.5",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"blueimp-md5": "^2.19.0",
"dayjs": "^1.11.13",
"js-cookie": "^3.0.1",
"less": "^4.1.3",
"lodash": "^4.17.21",
"sass": "^1.55.0",
"stylus": "^0.59.0",
"terser": "^5.15.0",
"vant": "^4.6.4",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"js-base64": "^3.7.2",
"vite": "3.2.10"
}
}