forked from zxwk1998/vue-admin-better
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.55 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "vue-admin-beautiful",
"version": "1.0.0",
"private": true,
"author": "chuzhixin",
"participants": [],
"homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
"scripts": {
"serve": "vue-cli-service serve",
"preview": "node preview/index.js",
"build": "vue-cli-service build",
"build:test": "vue-cli-service build --mode test",
"globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
"lint": "vue-cli-service lint --fix",
"lint:style": "stylelint **/*.{vue,css,scss} --fix",
"inspect": "vue-cli-service inspect",
"template": "plop",
"clear": "rimraf node_modules&&cnpm i&&increase-memory-limit",
"update": "nrm use taobao&&nrm use taobao&&ncu -u&&cnpm i&&increase-memory-limit&&nrm use npm",
"svgo": "svgo -f src/remixIcon/svg --config=svgo.yml",
"push": "start ./push.sh",
"deploy": "start ./deploy.sh",
"increase-memory-limit": "increase-memory-limit"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"axios": "^0.19.2",
"better-scroll": "^1.15.2",
"clipboard": "^2.0.6",
"codemirror": "^5.54.0",
"core-js": "^3.6.5",
"dayjs": "^1.8.28",
"echarts": "^4.8.0",
"echarts-wordcloud": "^1.1.3",
"element-ui": "^2.13.2",
"file-saver": "^2.0.2",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"jsencrypt": "^3.0.0-rc.1",
"jsonlint": "^1.6.3",
"lodash": "^4.17.15",
"maptalks": "^0.47.2",
"mapv": "^2.0.56",
"nprogress": "^0.2.0",
"qs": "^6.9.4",
"quill": "^1.3.7",
"screenfull": "^5.0.2",
"vue": "^2.6.11",
"vue-echarts": "^5.0.0-beta.0",
"vue-qart": "^2.2.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.3.4",
"vue-waterfall-easy": "^2.4.4",
"vuedraggable": "^2.23.2",
"vuex": "^3.4.0",
"xlsx": "^0.16.2",
"zx-comparison": "^1.0.3",
"zx-count": "^0.3.4",
"zx-icon": "^1.0.5",
"zx-keel": "^0.9.0",
"zx-layouts": "^0.1.5",
"zx-magnifie": "^0.4.0",
"zx-markdown-editor": "^0.0.1",
"zx-player": "^0.9.6",
"zx-templates": "^0.0.6",
"zx-verify": "^0.0.1"
},
"devDependencies": {
"@babel/register": "^7.10.1",
"@vue/cli-plugin-babel": "^4.4.4",
"@vue/cli-plugin-eslint": "^4.4.4",
"@vue/cli-plugin-router": "^4.4.4",
"@vue/cli-plugin-vuex": "^4.4.4",
"@vue/cli-service": "^4.4.4",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^4.0.0",
"connect": "^3.7.0",
"eslint": "^7.2.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"filemanager-webpack-plugin": "^2.0.5",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"increase-memory-limit": "^1.0.7",
"lint-staged": "^10.2.10",
"mockjs": "^1.1.0",
"plop": "^2.7.1",
"prettier": "^2.0.5",
"sass": "^1.26.8",
"sass-loader": "^8.0.2",
"script-ext-html-webpack-plugin": "^2.1.4",
"script-loader": "^0.7.2",
"serve-static": "^1.14.1",
"stylelint": "^13.6.0",
"stylelint-config-recess-order": "^2.0.4",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"svg-sprite-loader": "^5.0.0",
"svgo": "^1.3.2",
"tasksfile": "^5.1.1",
"vue-template-compiler": "^2.6.11",
"webpackbar": "^4.0.0"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
}
}