87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"name": "dvcp-web-apps",
|
|
"version": "4.0.0",
|
|
"private": false,
|
|
"author": "kubbo",
|
|
"scripts": {
|
|
"dev": "rsbuild dev",
|
|
"build": "rsbuild build",
|
|
"oms": "rsbuild dev --mode oms",
|
|
"sync": "node bin/appsSync.js",
|
|
"preview": "node bin/build.js && rsbuild dev",
|
|
"predev": "node bin/scanApps.js",
|
|
"preoms": "dotenv -e .env.oms node bin/scanApps.js"
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@ckeditor/ckeditor5-vue2": "^3.0.1",
|
|
"@jiaminghi/data-view": "^2.10.0",
|
|
"@logicflow/core": "^1.2.1",
|
|
"bin-ace-editor": "^3.2.0",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.8.35",
|
|
"echarts": "^5.5.1",
|
|
"echarts-wordcloud": "^2.0.0",
|
|
"hash.js": "^1.1.7",
|
|
"html2canvas": "^1.4.1",
|
|
"jspdf": "^2.5.2",
|
|
"mp4box": "^0.4.1",
|
|
"print-js": "^1.0.63",
|
|
"serialize-javascript": "^6.0.0",
|
|
"sortablejs": "^1.12.0",
|
|
"vue-carousel": "^0.18.0",
|
|
"vue-cropper": "^0.6.5",
|
|
"vue-draggable-resizable": "^2.3.0",
|
|
"vue-qr": "^4.0.9",
|
|
"vue-ruler-tool": "^1.2.4",
|
|
"vue-style-loader": "^4.1.3",
|
|
"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",
|
|
"@rsbuild/core": "^1.0.17",
|
|
"@rsbuild/plugin-babel": "^1.0.2",
|
|
"@rsbuild/plugin-sass": "^1.0.4",
|
|
"@rsbuild/plugin-vue2": "^1.0.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios": "^0.19.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"dotenv-cli": "^7.4.2",
|
|
"element-ui": "^2.15.9",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"fs-extra": "^11.2.0",
|
|
"image-webpack-loader": "^6.0.0",
|
|
"inquirer": "^6.5.2",
|
|
"mockjs": "^1.1.0",
|
|
"node-ipc": "^9.2.1",
|
|
"readline": "^1.3.0",
|
|
"sass": "~1.32.6",
|
|
"sass-loader": "^7.3.1",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"vue": "^2.7.14",
|
|
"vue-router": "^3.3.4",
|
|
"vue-template-compiler": "^2.7.14",
|
|
"vuex": "^3.5.1",
|
|
"vuex-persistedstate": "^2.7.1"
|
|
},
|
|
"vetur": {
|
|
"attributes": "./attributes.json"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
],
|
|
"resolutions": {
|
|
"sass": "1.32.6"
|
|
}
|
|
}
|