forked from buqiyuan/vue3-antdv-admin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vue3-antd-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --report",
"lint": "vue-cli-service lint",
"deploy": "gh-pages -d dist",
"test prod gzip": "http-server dist --cors --gzip -c-1",
"test prod cors": "http-server dist --cors --gzip -P http://us-la-cn2.sakurafrp.com:59660"
},
"dependencies": {
"ant-design-vue": "^2.0.0-rc.4",
"axios": "^0.21.0",
"blueimp-md5": "^2.18.0",
"core-js": "^3.8.1",
"dayjs": "^1.9.7",
"lodash": "^4.17.20",
"mitt": "^2.1.0",
"nprogress": "^0.2.0",
"qs": "^6.9.4",
"vue": "^3.0.4",
"vue-router": "^4.0.1",
"vuex": "^4.0.0-rc.2"
},
"devDependencies": {
"@ant-design/icons-vue": "^5.1.8",
"@types/lodash": "^4.14.160",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-router": "^4.5.8",
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-plugin-vuex": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/compiler-sfc": "^3.0.4",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-plugin-lodash": "^3.3.4",
"compression-webpack-plugin": "^7.0.0",
"eslint": "^7.7.0",
"eslint-plugin-vue": "^7.3.0",
"gh-pages": "^3.1.0",
"less": "^3.13.0",
"less-loader": "^7.1.0",
"lodash-webpack-plugin": "^0.11.5",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"svg-sprite-loader": "^5.2.1",
"typescript": "^4.1.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"keywords": [
"vue",
"ant-design-vue",
"vue3",
"ts",
"tsx",
"admin",
"typescript"
],
"homepage": "[email protected]/vue3-antd",
"__npminstall_done": false
}