|
|
@@ -9,35 +9,35 @@
|
|
|
"build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@element-plus/icons-vue": "^2.0.9",
|
|
|
"@leanwo/lowcode-utils": "^1.5.4",
|
|
|
"@leanwo/lowcode-vue-renderer": "^1.5.8",
|
|
|
"amis": "^1.9.0",
|
|
|
"animate.css": "^4.1.0",
|
|
|
"ant-design-vue": "^3.2.15",
|
|
|
+ "axios": "^0.19.2",
|
|
|
"click-outside-vue3": "^4.0.1",
|
|
|
+ "client-base-v4": "^3.0.1",
|
|
|
+ "client-dic-v3": "^3.0.2",
|
|
|
+ "client-dictionary-v3": "^3.0.1",
|
|
|
+ "client-eam-v3": "^3.0.2",
|
|
|
+ "client-role-v3": "^3.0.1",
|
|
|
+ "client-wms-v3": "^3.0.2",
|
|
|
+ "client-workflow-v3": "^3.0.1",
|
|
|
"dayjs": "^1.11.6",
|
|
|
"dingtalk-jsapi": "^2.8.33",
|
|
|
+ "element-plus": "^2.2.16",
|
|
|
+ "js-cookie": "^2.2.1",
|
|
|
"lodash": "^4.17.21",
|
|
|
"moment": "^2.29.4",
|
|
|
"pc-component-v3": "^1.0.39",
|
|
|
"select2": "^4.0.13",
|
|
|
"select2-bootstrap-theme": "^0.1.0-beta.10",
|
|
|
+ "uuid": "^8.3.2",
|
|
|
"v-tooltip": "^4.0.0-beta.17",
|
|
|
"vue-request": "^1.2.4",
|
|
|
"vue-select": "^4.0.0-beta.3",
|
|
|
- "vuedraggable": "^4.1.0",
|
|
|
- "@element-plus/icons-vue": "^2.0.9",
|
|
|
- "axios": "^0.19.2",
|
|
|
- "element-plus": "^2.2.16",
|
|
|
- "js-cookie": "^2.2.1",
|
|
|
- "uuid": "^8.3.2",
|
|
|
- "client-base-v4": "^3.0.1",
|
|
|
- "client-eam-v3": "^3.0.2",
|
|
|
- "client-wms-v3": "^3.0.2",
|
|
|
- "client-workflow-v3": "^3.0.1",
|
|
|
- "client-role-v3": "^3.0.1",
|
|
|
- "client-dictionary-v3": "^3.0.1",
|
|
|
- "client-dic-v3": "^3.0.2"
|
|
|
+ "vuedraggable": "^4.1.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.17.5",
|