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
| {
| "name": "ztt-ui",
| "version": "3.9.0",
| "private": true,
| "scripts": {
| "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org || npm install -g cnpm --registry=https://registry.npm.taobao.org",
| "dev": "vue-cli-service serve",
| "build": "vue-cli-service build",
| "lint": "vue-cli-service lint",
| "analyze": "vue-cli-service build --report"
| },
| "dependencies": {
| "@chenfengyuan/vue-qrcode": "^1.0.1",
| "@riophae/vue-treeselect": "0.4.0",
| "avue-plugin-ueditor": "^0.1.4",
| "axios": "^0.18.0",
| "babel-polyfill": "^6.26.0",
| "classlist-polyfill": "^1.2.0",
| "clipboard": "^2.0.4",
| "codemirror": "^5.53.2",
| "crypto-js": "^3.1.9-1",
| "echarts": "^4.9.0",
| "element-china-area-data": "^5.0.1",
| "element-ui": "2.12.0",
| "gojs": "2.1.0",
| "js-cookie": "^2.2.0",
| "less-loader": "^6.0.0",
| "monaco-editor": "^0.27.0",
| "monaco-editor-webpack-plugin": "^4.1.2",
| "nprogress": "^0.2.0",
| "pig-avue-form-design": "^1.1.6",
| "qs": "^6.10.1",
| "script-loader": "^0.7.2",
| "sockjs-client": "^1.0.0",
| "stomp-websocket": "^2.3.4-next",
| "vue": "2.6.12",
| "vue-axios": "^2.1.2",
| "vue-barcode": "^1.3.0",
| "vue-calendar-component": "^2.8.2",
| "vue-clipboard2": "^0.3.0",
| "vue-cron": "^1.0.9",
| "vue-echarts": "^4.0.1",
| "vue-json-editor": "^1.2.3",
| "vue-json-tree-view": "^2.1.4",
| "vue-quill-editor": "3.0.6",
| "vue-router": "^3.0.2",
| "vuedraggable": "^2.24.3",
| "vuex": "^3.0.1"
| },
| "devDependencies": {
| "@vue/cli-plugin-babel": "~3.8.0",
| "@vue/cli-service": "~3.8.4",
| "@vue/eslint-config-standard": "^5.1.2",
| "babel-eslint": "^10.1.0",
| "benz-amr-recorder": "^1.0.14",
| "cache-loader": "^4.1.0",
| "chai": "^4.1.2",
| "compression-webpack-plugin": "^3.1.0",
| "eslint": "^7.0.0",
| "eslint-config-prettier": "^8.1.0",
| "eslint-import-resolver-webpack": "^0.13.0",
| "eslint-plugin-import": "^2.20.2",
| "eslint-plugin-node": "^11.1.0",
| "eslint-plugin-prettier": "^3.3.1",
| "eslint-plugin-promise": "^4.2.1",
| "eslint-plugin-standard": "^4.0.0",
| "eslint-plugin-vue": "^6.2.2",
| "node-sass": "^4.9.0",
| "sass-loader": "^7.0.1",
| "vue-template-compiler": "2.6.12",
| "vue-video-player": "^5.0.2"
| },
| "eslintConfig": {
| "rules": {
| "eslint-disable-next-line": false,
| "eslint-disable": false
| }
| }
| }
|
|