|
@@ -6,6 +6,7 @@
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
"dev": "vue-cli-service serve",
|
|
|
+ "dev:stage": "vue-cli-service serve --mode staging",
|
|
|
"build:prod": "vue-cli-service build",
|
|
|
"build:stage": "vue-cli-service build --mode staging",
|
|
|
"preview": "node build/index.js --preview",
|
|
@@ -47,18 +48,19 @@
|
|
|
"echarts": "4.2.1",
|
|
|
"element-ui": "2.13.2",
|
|
|
"file-saver": "2.0.1",
|
|
|
- "js-beautify": "1.10.2",
|
|
|
"fuse.js": "3.4.4",
|
|
|
+ "js-beautify": "1.10.2",
|
|
|
"js-cookie": "2.2.0",
|
|
|
"jsencrypt": "3.0.0-rc.1",
|
|
|
"normalize.css": "7.0.0",
|
|
|
"nprogress": "0.2.0",
|
|
|
"path-to-regexp": "2.4.0",
|
|
|
+ "quill": "1.3.7",
|
|
|
"screenfull": "4.2.0",
|
|
|
"sortablejs": "1.8.4",
|
|
|
"vue": "2.6.10",
|
|
|
+ "vue-amap": "^0.5.10",
|
|
|
"vue-count-to": "1.0.13",
|
|
|
- "quill": "1.3.7",
|
|
|
"vue-cropper": "0.4.9",
|
|
|
"vue-router": "3.0.2",
|
|
|
"vue-splitpane": "1.0.4",
|