2021-12-14 18:36:19 +08:00
|
|
|
{
|
2022-08-12 11:20:51 +08:00
|
|
|
"name": "dvcp-web-apps",
|
|
|
|
|
"version": "3.0.0",
|
2021-12-14 18:36:19 +08:00
|
|
|
"private": false,
|
|
|
|
|
"author": "kubbo",
|
|
|
|
|
"scripts": {
|
2022-06-13 10:46:55 +08:00
|
|
|
"dev": "vue-cli-service serve",
|
2023-09-27 14:20:38 +08:00
|
|
|
"dev:dv": "set VUE_APP_SCOPE=dv&&vue-cli-service serve",
|
2023-10-10 16:46:43 +08:00
|
|
|
"dev:fengdu": "set VUE_APP_SCOPE=fengdu&&vue-cli-service serve",
|
2022-08-12 11:20:51 +08:00
|
|
|
"lib": "npm unpublish --force&&npm publish",
|
2022-12-01 09:13:53 +08:00
|
|
|
"ui": "npm run lib -w ui&&npm i dui@latest",
|
2022-09-02 15:25:46 +08:00
|
|
|
"sync": "node bin/appsSync.js"
|
2021-12-14 18:36:19 +08:00
|
|
|
},
|
2022-11-29 18:27:14 +08:00
|
|
|
"workspaces": [
|
|
|
|
|
"ui"
|
|
|
|
|
],
|
2022-08-12 11:20:51 +08:00
|
|
|
"files": [
|
|
|
|
|
"packages",
|
|
|
|
|
"project",
|
|
|
|
|
"components"
|
2022-02-17 16:15:13 +08:00
|
|
|
],
|
2021-12-14 18:36:19 +08:00
|
|
|
"dependencies": {
|
|
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
|
|
|
"@jiaminghi/data-view": "^2.10.0",
|
2023-03-28 17:59:07 +08:00
|
|
|
"@logicflow/core": "^1.2.1",
|
2023-02-01 10:28:58 +08:00
|
|
|
"bin-ace-editor": "^3.2.0",
|
2021-12-14 18:36:19 +08:00
|
|
|
"dayjs": "^1.8.35",
|
2023-09-20 16:18:47 +08:00
|
|
|
"dui": "^2.0.0",
|
2021-12-14 18:36:19 +08:00
|
|
|
"echarts": "^5.1.2",
|
2023-09-06 11:44:51 +08:00
|
|
|
"echarts-wordcloud": "^2.0.0",
|
2022-09-23 18:20:29 +08:00
|
|
|
"hash.js": "^1.1.7",
|
2023-07-06 16:49:51 +08:00
|
|
|
"html2canvas": "^1.4.1",
|
2021-12-14 18:36:19 +08:00
|
|
|
"mp4box": "^0.4.1",
|
|
|
|
|
"print-js": "^1.0.63",
|
|
|
|
|
"serialize-javascript": "^6.0.0",
|
|
|
|
|
"sortablejs": "^1.12.0",
|
2023-10-24 14:46:16 +08:00
|
|
|
"vue-carousel": "^0.18.0",
|
2021-12-14 18:36:19 +08:00
|
|
|
"vue-draggable-resizable": "^2.3.0",
|
|
|
|
|
"vue-ruler-tool": "^1.2.4",
|
2022-12-08 09:45:16 +08:00
|
|
|
"vue-style-loader": "^4.1.3",
|
2021-12-14 18:36:19 +08:00
|
|
|
"vuedraggable": "^2.24.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
|
|
|
|
|
"@vue/cli-plugin-babel": "^3.6.0",
|
|
|
|
|
"@vue/cli-plugin-eslint": "^3.6.0",
|
|
|
|
|
"@vue/cli-service": "^3.6.0",
|
|
|
|
|
"axios": "^0.19.2",
|
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
|
"core-js": "^2.6.11",
|
2022-07-05 15:09:53 +08:00
|
|
|
"element-ui": "^2.15.9",
|
2021-12-14 18:36:19 +08:00
|
|
|
"eslint": "^5.16.0",
|
|
|
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
|
|
|
"image-webpack-loader": "^6.0.0",
|
|
|
|
|
"inquirer": "^6.5.2",
|
2022-11-04 18:12:28 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2022-12-26 11:08:24 +08:00
|
|
|
"node-ipc": "^9.2.1",
|
2022-03-09 11:58:28 +08:00
|
|
|
"readline": "^1.3.0",
|
2023-04-13 11:38:49 +08:00
|
|
|
"sass": "~1.32.6",
|
2022-08-17 17:21:26 +08:00
|
|
|
"sass-loader": "^7.3.1",
|
2021-12-14 18:36:19 +08:00
|
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
|
|
|
"v-viewer": "^1.6.4",
|
2022-12-23 10:10:53 +08:00
|
|
|
"vue": "^2.7.14",
|
2021-12-14 18:36:19 +08:00
|
|
|
"vue-router": "^3.3.4",
|
2022-12-23 10:10:53 +08:00
|
|
|
"vue-template-compiler": "^2.7.14",
|
2021-12-14 18:36:19 +08:00
|
|
|
"vuex": "^3.5.1",
|
|
|
|
|
"vuex-persistedstate": "^2.7.1"
|
|
|
|
|
},
|
|
|
|
|
"vetur": {
|
|
|
|
|
"attributes": "./attributes.json"
|
|
|
|
|
},
|
|
|
|
|
"postcss": {
|
|
|
|
|
"plugins": {
|
|
|
|
|
"autoprefixer": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"> 1%",
|
|
|
|
|
"last 2 versions",
|
|
|
|
|
"not ie <= 8"
|
2023-04-13 11:38:49 +08:00
|
|
|
],
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"sass": "1.32.6"
|
|
|
|
|
}
|
2022-03-14 11:38:06 +08:00
|
|
|
}
|