forked from Jackerboy/VueAutomatedTestPlatform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "vue-manage-system",
"version": "4.2.0",
"private": true,
"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.21.4",
"babel-polyfill": "^6.26.0",
"bin-code-editor": "^0.9.0",
"default-passive-events": "^2.0.0",
"echarts": "^5.3.2",
"element-ui": "^2.11.0",
"jquery": "^3.6.0",
"mavon-editor": "^2.10.1",
"moment": "^2.29.3",
"popper.js": "^1.16.1",
"sortable.js": "^0.3.0",
"sortablejs": "^1.14.0",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.3",
"vue-cropperjs": "^3.0.0",
"vue-i18n": "^8.10.0",
"vue-json-pretty": "^1.8.1",
"vue-json-viewer": "^2.2.19",
"vue-router": "^3.0.3",
"vue-schart": "^2.0.0",
"vue2-ace-editor": "0.0.15",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-service": "^4.5.13",
"bootstrap": "^4.5.3",
"vue-template-compiler": "^2.6.10"
}
}