chore(deps): 移除项目中过时的bpmn相关依赖
- 从 package-lock.json 中删除了 bpmn-js 及其相关包 - 移除了 camunda-bpmn-moddle 和 bpmn-js-properties-panel - 同时清理了与 bpmn 生态相关的多个子依赖 - 删除了一些与 bpmn 无关的冗余依赖如 docx-preview - 优化了依赖列表,减小包体积和复杂度
Showing
This diff is collapsed.
Click to expand it.
| ... | @@ -17,16 +17,11 @@ | ... | @@ -17,16 +17,11 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@alova/scene-vue": "^1.6.2", | "@alova/scene-vue": "^1.6.2", | ||
| "@bpmn-io/properties-panel": "^3.40.4", | |||
| "@vicons/ionicons5": "^0.13.0", | "@vicons/ionicons5": "^0.13.0", | ||
| "@vueuse/core": "^14.3.0", | "@vueuse/core": "^14.3.0", | ||
| "alova": "^3.5.0", | "alova": "^3.5.0", | ||
| "bpmn-js": "^17.11.1", | |||
| "bpmn-js-properties-panel": "^5.53.0", | |||
| "camunda-bpmn-moddle": "^7.0.1", | |||
| "dayjs": "^1.11.19", | "dayjs": "^1.11.19", | ||
| "diff": "^7.0.0", | "diff": "^7.0.0", | ||
| "docx-preview": "^0.3.7", | |||
| "less": "^4.5.1", | "less": "^4.5.1", | ||
| "lodash-es": "^4.18.1", | "lodash-es": "^4.18.1", | ||
| "mammoth": "^1.11.0", | "mammoth": "^1.11.0", | ||
| ... | @@ -38,8 +33,7 @@ | ... | @@ -38,8 +33,7 @@ |
| "vue": "^3.5.25", | "vue": "^3.5.25", | ||
| "vue-i18n": "^11.2.8", | "vue-i18n": "^11.2.8", | ||
| "vue-router": "^5.0.3", | "vue-router": "^5.0.3", | ||
| "vuedraggable": "^4.1.0", | "vuedraggable": "^4.1.0" | ||
| "xlsx": "^0.18.5" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@commitlint/cli": "^19.8.0", | "@commitlint/cli": "^19.8.0", | ||
| ... | ... |
src/store/stash/index.ts
0 → 100644
src/store/stash/types.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment