-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.53 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": "chexweb",
"version": "0.1.1",
"openGzip": false,
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode local",
"dev": "npm run serve",
"build": "vue-cli-service build",
"build:dev": "vue-cli-service build --mode dev",
"build:sta": "vue-cli-service build --mode sta",
"build:pro": "vue-cli-service build --mode pro",
"serve:sample": "vue-cli-service serve --mode sample",
"lint": "vue-cli-service lint --fix --ext .js,.vue packages"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"crypto-js": "^4.0.0",
"echarts": "^4.7.0",
"element-resize-detector": "^1.2.1",
"element-ui": "^2.13.0",
"es6-promise": "^4.2.8",
"jquery": "^3.4.1",
"js-md5": "^0.7.3",
"matchmedia-polyfill": "^0.3.2",
"qs": "^6.9.1",
"v-charts": "^1.19.0",
"v-contextmenu": "^2.9.0",
"vue": "^2.6.11",
"vue-i18n": "^8.15.3",
"vue-router": "^3.0.7",
"vue-split-panel": "^1.0.4",
"vuedraggable": "^2.23.2",
"vuescroll": "^4.16.1",
"vuex": "^3.1.2",
"vuex-persistedstate": "^2.7.1"
},
"devDependencies": {
"@babel/preset-env": "^7.10.4",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"add-asset-html-webpack-plugin": "3.1.3",
"babel-eslint": "^10.0.3",
"babel-plugin-component": "^1.1.1",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "1.0.1",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"html-webpack-plugin": "^4.0.0-beta.14",
"less": "2.7.3",
"less-loader": "^5.0.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"vue-runtime-helpers": "^1.1.2",
"vue-template-compiler": "2.6.11",
"vxe-table": "2.7.24",
"webpack": "^4.42.1",
"xe-utils": "2.3.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.3",
"markdown-it-anchor": "^5.3.0",
"markdown-it-container": "^3.0.0",
"transliteration": "^2.1.11",
"highlight.js": "^10.1.2",
"vue-loader": "^15.9.3",
"vue-markdown-loader": "^2.4.1",
"webpack-cli": "^3.3.12"
}
}