-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.45 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.45 KB
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
{
"name": "unified_monitoring_platform",
"version": "1.0.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:report": "vue-cli-service build --report",
"lint": "vue-cli-service lint",
"lint:noFix": "vue-cli-service lint --no-fix",
"test:unit": "vue-cli-service test:unit"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint:noFix"
}
},
"dependencies": {
"@antv/g6": "3.2.9",
"@jiaminghi/data-view": "^2.10.0",
"animejs": "^3.1.0",
"ant-design-vue": "^1.6.3",
"antd-vue-table-saveas-excel": "^1.0.15",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-batch-http": "^1.2.14",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"audit": "0.0.6",
"await-timeout": "^1.1.1",
"axios": "^0.21.1",
"core-js": "^3.1.2",
"crypto-js": "^4.0.0",
"echarts": "^4.5.3",
"echarts-liquidfill": "^2.0.5",
"enquire.js": "^2.1.6",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.1",
"html2canvas": "^1.0.0-rc.5",
"json-bigint": "^1.0.0",
"lodash": "^4.17.20",
"md5": "^2.2.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.33",
"nprogress": "^0.2.0",
"perfect-scrollbar": "^1.5.0",
"qrcodejs2": "^0.0.2",
"rxjs": "^6.5.3",
"scss": "^0.2.4",
"string.prototype.replaceall": "^1.0.3",
"tiptap": "^1.32.1",
"tiptap-extensions": "^1.35.1",
"uuid": "^3.3.3",
"v-playback": "^1.0.2",
"viewerjs": "^1.11.6",
"vue": "2.6.10",
"vue-ace-editor-valid": "^0.1.5",
"vue-apollo": "^3.0.7",
"vue-clipboard2": "^0.2.1",
"vue-color": "^2.7.0",
"vue-cropper": "0.4.9",
"vue-draggable-resizable": "^2.2.0",
"vue-fragment": "1.5.1",
"vue-lazyload": "^1.3.3",
"vue-ls": "^3.2.1",
"vue-preview": "^1.1.3",
"vue-router": "^3.1.2",
"vue-rx": "^6.2.0",
"vue-smooth-dnd": "^0.8.1",
"vue-svg-component-runtime": "^1.0.1",
"vue2-verify": "^1.1.5",
"vuedraggable": "^2.24.3",
"vuex": "^3.1.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"@ant-design/colors": "^3.2.1",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@vue/cli-plugin-babel": "^4.0.4",
"@vue/cli-plugin-eslint": "^4.0.4",
"@vue/cli-plugin-router": "^4.0.4",
"@vue/cli-plugin-unit-jest": "^4.0.4",
"@vue/cli-plugin-vuex": "^4.0.4",
"@vue/cli-service": "^4.0.4",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^8.2.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"colors": "^1.4.0",
"eslint": "^5.16.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-vue": "^5.2.3",
"husky": "^4.3.8",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lodash-webpack-plugin": "^0.11.5",
"npm-force-resolutions": "0.0.3",
"postcss-pxtorem": "^5.1.1",
"style-resources-loader": "^1.4.1",
"v-viewer": "^1.6.4",
"vue-svg-icon-loader": "^2.1.1",
"vue-template-compiler": "2.6.10",
"webpack-theme-color-replacer": "^1.2.17"
}
}