Skip to content

Commit

Permalink
引入 bpmnProcessDesigner 组件
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jan 1, 2022
1 parent c84a9dd commit 167692b
Show file tree
Hide file tree
Showing 60 changed files with 8,943 additions and 2 deletions.
19 changes: 17 additions & 2 deletions yudao-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
"vue-cropper": "0.5.5",
"vue-router": "3.4.9",
"vuedraggable": "2.24.3",
"vuex": "3.6.0"
"vuex": "3.6.0",
"bpmn-js-token-simulation": "^0.10.0",
"min-dash": "^3.5.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.6",
Expand All @@ -77,7 +80,19 @@
"script-ext-html-webpack-plugin": "2.1.5",
"svg-sprite-loader": "5.1.1",
"vue-template-compiler": "2.6.12",
"vue2-ace-editor": "^0.0.15"
"vue2-ace-editor": "^0.0.15",
"@vue/compiler-sfc": "^3.0.1",
"@vue/eslint-config-prettier": "^5.0.0",
"axios": "^0.21.1",
"bpmn-js": "^7.4.0",
"bpmn-js-properties-panel": "^0.37.2",
"camunda-bpmn-moddle": "^4.4.1",
"compression-webpack-plugin": "^6.1.1",
"element-ui": "^2.13.2",
"eslint-plugin-prettier": "^3.1.0",
"fs-extra": "^8.1.0",
"terser-webpack-plugin": "^4.2.3",
"webpack-bundle-analyzer": "^3.9.0"
},
"engines": {
"node": ">=8.9",
Expand Down
Loading

0 comments on commit 167692b

Please sign in to comment.