From 6350384ee189b076372b6570331a50abbc2a053c Mon Sep 17 00:00:00 2001 From: du <13220750630.163.com> Date: 星期四, 26 六月 2025 16:32:43 +0800 Subject: [PATCH] 流程定义 --- ruoyi-ui/apps/web-antd/package.json | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/apps/web-antd/package.json b/ruoyi-ui/apps/web-antd/package.json index 7336cf0..a3bb4ed 100644 --- a/ruoyi-ui/apps/web-antd/package.json +++ b/ruoyi-ui/apps/web-antd/package.json @@ -27,6 +27,7 @@ }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", + "@element-plus/icons-vue": "^2.3.1", "@form-create/designer": "^3.2.11", "@form-create/element-ui": "^3.2.25", "@tinymce/tinymce-vue": "^6.0.1", @@ -48,20 +49,27 @@ "ant-design-vue": "catalog:", "axios": "^1.10.0", "bpmn-js": "^18.6.2", + "bpmn-js-token-simulation": "^0.38.1", + "codemirror": "5.65.0", + "codemirror-editor-vue3": "^2.8.0", "cropperjs": "^1.6.2", "crypto-js": "^4.2.0", "dayjs": "catalog:", "diagram-js": "^15.3.0", + "diagram-js-minimap": "^5.2.0", "echarts": "^5.5.1", "element-plus": "^2.10.2", "jsencrypt": "^3.3.2", + "lodash": "^4.17.21", "lodash-es": "^4.17.21", + "min-dash": "^4.2.3", "pinia": "catalog:", "qs": "^6.13.1", "tinymce": "^7.3.0", "unplugin-vue-components": "^0.27.3", "vue": "catalog:", - "vue-router": "catalog:" + "vue-router": "catalog:", + "x2js": "^3.4.4" }, "devDependencies": { "@types/crypto-js": "^4.2.2", -- Gitblit v1.9.3