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
| {
| "name": "platform-ui",
| "version": "3.11.0",
| "private": true,
| "scripts": {
| "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
| "dev": "vue-cli-service serve",
| "build": "vue-cli-service build",
| "build:docker": "vue-cli-service build --dest='./docker/dist/'",
| "lint": "vue-cli-service lint",
| "analyze": "vue-cli-service build --report"
| },
| "dependencies": {
| "@chenfengyuan/vue-qrcode": "^1.0.1",
| "@riophae/vue-treeselect": "0.4.0",
| "@sscfaith/avue-form-design": "1.3.12",
| "animate.css": "^4.1.1",
| "avue-plugin-ueditor": "^0.1.4",
| "axios": "^0.21.1",
| "babel-polyfill": "^6.26.0",
| "classlist-polyfill": "^1.2.0",
| "clipboard": "^2.0.4",
| "codemirror": "^5.53.2",
| "crypto-js": "^3.1.9-1",
| "docx-preview": "^0.1.11",
| "docxtemplater": "^3.29.0",
| "docxtemplater-image-module": "^3.1.0",
| "docxtemplater-image-module-free": "^1.1.1",
| "element-ui": "2.12.0",
| "file-saver": "^2.0.5",
| "jquery": "^3.5.1",
| "js-cookie": "^2.2.0",
| "jszip-utils": "^0.1.0",
| "less-loader": "^6.0.0",
| "lib-flexible": "^0.3.2",
| "moment": "^2.29.4",
| "nprogress": "^0.2.0",
| "pizzip": "^3.1.1",
| "relation-graph": "^1.1.0",
| "script-loader": "^0.7.2",
| "sockjs-client": "^1.0.0",
| "stomp-websocket": "^2.3.4-next",
| "vant": "^2.12.51",
| "vue": "^2.6.10",
| "vue-axios": "^2.1.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",
| "vue-seamless-scroll": "^1.1.23",
| "vuescroll": "^4.17.5",
| "vuex": "^3.0.1"
| },
| "devDependencies": {
| "@vue/cli-plugin-babel": "^3.12.0",
| "@vue/cli-service": "^3.12.0",
| "chai": "^4.1.2",
| "compression-webpack-plugin": "^3.1.0",
| "node-sass": "^4.9.0",
| "sass-loader": "^7.0.1",
| "vue-template-compiler": "^2.6.10",
| "vue-video-player": "^5.0.2",
| "benz-amr-recorder": "^1.0.14"
| },
| "lint-staged": {
| "*.js": [
| "vue-cli-service lint",
| "git add"
| ],
| "*.vue": [
| "vue-cli-service lint",
| "git add"
| ]
| }
| }
|
|