-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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": "vite-v3-phone",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview",
"prepare": "husky install",
"preinstall": "npm install -g commitizen cz-conventional-changelog @commitlint/cli @commitlint/config-conventional"
},
"dependencies": {
"@vueuse/core": "^9.12.0",
"axios": "^0.27.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lodash-es": "^4.17.21",
"moment": "^2.24.0",
"pinia": "^2.0.13",
"query-string": "^7.1.1",
"vant": "^3.4.3",
"vue": "^3.2.25",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/node": "^17.0.24",
"@vitejs/plugin-vue": "^2.3.1",
"babel-plugin-import": "^1.13.5",
"husky": "^7.0.4",
"npx": "^10.2.2",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.2",
"vite-plugin-windicss": "^1.8.4",
"vue-tsc": "^0.29.8",
"windicss": "^3.5.4"
}
}