-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
executable file
·86 lines (86 loc) · 3.19 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
76
77
78
79
80
81
82
83
84
85
86
{
"name": "fire_management_backstage",
"version": "0.1.0",
"private": true,
"scripts": {
"init": "yarn",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:test": "vue-cli-service build --mode helpTest",
"pack": "node config/pack.js",
"lint": "vue-cli-service lint",
"docker-hub:build": "docker build -t rotanova .",
<<<<<<< HEAD
"docker:tag": "docker tag rotanova registry.cn-hangzhou.aliyuncs.com/rotanova/rotanova-nginx:v1.0.85.4",
"docker:push": "npm run docker-hub:build && npm run docker:tag && docker push registry.cn-hangzhou.aliyuncs.com/rotanova/rotanova-nginx:v1.0.85.4",
=======
"docker:tag": "docker tag rotanova registry.cn-hangzhou.aliyuncs.com/rotanova/rotanova-nginx:v1.0.87",
"docker:push": "npm run docker-hub:build && npm run docker:tag && docker push registry.cn-hangzhou.aliyuncs.com/rotanova/rotanova-nginx:v1.0.87",
>>>>>>> CS_dev
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@easydarwin/easyplayer": "^3.3.11",
"amis": "^1.2.4-beta.11",
"ant-design-vue": "^1.7.3",
"axios": "^0.18.0",
"babel-preset-env": "^1.7.0",
"child_process": "^1.0.2",
"codemirror": "^5.63.3",
"compression-webpack-plugin": "^2.0.0",
"copy-to-clipboard": "^3.3.1",
"core-js": "^2.6.5",
"crypto-js": "^4.0.0",
"echarts": "^4.2.1",
"echarts-liquidfill": "^2.0.5",
"element-ui": "^2.8.2",
"git": "^0.1.5",
"js-cookie": "^2.2.1",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"moment": "^2.29.1",
"node": "^15.12.0",
"postcss-custom-properties": "10.0.0",
"promise.prototype.finally": "^3.1.0",
"react-dom": "^17.0.2",
"register-service-worker": "^1.6.2",
"screenfull": "^5.1.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"vcolorpicker": "^1.1.0",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.1",
"vue-cookies": "^1.5.13",
"vue-lottie": "^0.2.1",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.1.3",
"vue-svg-icon": "^1.2.9",
"vuedraggable": "^2.23.2",
"vuex": "^3.0.1",
"wangeditor": "^4.6.9",
"webpack": "^4.31.0",
"webpack-bundle-analyzer": "^3.3.2",
"zrender": "^4.0.7"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.54",
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-e2e-cypress": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-plugin-pwa": "^3.7.0",
"@vue/cli-plugin-unit-mocha": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.1",
"chai": "^4.1.2",
"console": "^0.7.2",
"electron": "^16.0.2",
"electron-packager": "^15.2.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^1.0.0-rc.0",
"vue-template-compiler": "^2.5.21"
}
}