-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
75 lines (75 loc) · 2.35 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
70
71
72
73
74
75
{
"name": "upushy-admin",
"version": "0.6.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev --copy",
"build": "vue-cli-service build --mode production --copy",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"lint:lint-staged": "lint-staged",
"lint:eslint": "eslint --fix \"src/**/*.{vue,js}\"",
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --fix \"src/**/*.{vue,less,postcss,css,scss}\" --allow-empty-input --cache --cache-location node_modules/.cache/stylelint/",
"gc": "git add -A && git-cz && git pull && git push",
"up": "yarn upgrade-interactive",
"sort-package-json": "npx sort-package-json",
"prepare": "husky install"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"dependencies": {
"@ant-design-vue/pro-layout": "^1.0.8",
"ali-oss": "^6.17.1",
"ant-design-vue": "^1.7.8",
"axios": "0.27.2",
"core-js": "^3.22.5",
"dayjs": "^1.11.2",
"jsencrypt": "^3.2.1",
"md5": "^2.3.0",
"nprogress": "^0.2.0",
"qrcode": "^1.5.0",
"store": "^2.0.12",
"viser-vue": "^2.4.8",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.3",
"vue-i18n": "^8.26.5",
"vue-router": "^3.5.3",
"vue-svg-component-runtime": "^1.0.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@ant-design/colors": "^3.2.2",
"@babel/eslint-parser": "^7.17.0",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/eslint-config-prettier": "^7.0.0",
"babel-plugin-import": "^1.13.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.15.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^8.0.1",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"lint-staged": "^12.4.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"vue-svg-icon-loader": "^2.1.1",
"vue-template-compiler": "^2.6.14",
"webpack-theme-color-replacer": "1.4.1"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"packageManager": "yarn@3.2.0"
}