2021-12-14 18:36:19 +08:00
|
|
|
{
|
2022-08-12 11:20:51 +08:00
|
|
|
"name": "dvcp-web-apps",
|
2024-10-10 16:29:07 +08:00
|
|
|
"version": "4.0.0",
|
2021-12-14 18:36:19 +08:00
|
|
|
"private": false,
|
|
|
|
|
"author": "kubbo",
|
|
|
|
|
"scripts": {
|
2024-03-21 14:49:23 +08:00
|
|
|
"dev": "vue-cli-service serve examples/main.js",
|
|
|
|
|
"build": "vue-cli-service build",
|
2024-10-10 16:29:07 +08:00
|
|
|
"oms": "vue-cli-service serve examples/main.js --mode oms",
|
2024-03-21 14:49:23 +08:00
|
|
|
"sync": "node bin/appsSync.js",
|
2024-10-10 16:04:11 +08:00
|
|
|
"preview": "vue-cli-service serve",
|
2024-10-11 10:10:06 +08:00
|
|
|
"predev": "node bin/scanApps.js",
|
|
|
|
|
"preoms": "dotenv -e .env.oms node bin/scanApps.js"
|
2021-12-14 18:36:19 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2024-10-10 17:35:04 +08:00
|
|
|
"@ckeditor/ckeditor5-vue2": "^3.0.1",
|
2021-12-14 18:36:19 +08:00
|
|
|
"@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",
|
2024-10-10 17:35:04 +08:00
|
|
|
"crypto-js": "^4.2.0",
|
2021-12-14 18:36:19 +08:00
|
|
|
"dayjs": "^1.8.35",
|
2024-10-10 16:04:11 +08:00
|
|
|
"echarts": "^5.5.1",
|
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",
|
2024-10-10 17:35:04 +08:00
|
|
|
"jspdf": "^2.5.2",
|
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",
|
2024-10-10 17:35:04 +08:00
|
|
|
"vue-cropper": "^0.6.5",
|
2021-12-14 18:36:19 +08:00
|
|
|
"vue-draggable-resizable": "^2.3.0",
|
2024-10-10 17:35:04 +08:00
|
|
|
"vue-qr": "^4.0.9",
|
2021-12-14 18:36:19 +08:00
|
|
|
"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",
|
2024-10-11 10:10:06 +08:00
|
|
|
"dotenv-cli": "^7.4.2",
|
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",
|
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
|
|
|
}
|