From b81460571b946037ae55a93b9271693d907681bd Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 20 二月 2025 15:49:57 +0800 Subject: [PATCH] 项目增加项目子类型字段 --- package.json | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 963a734..91a2679 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "3.8.8", - "description": "鑻ヤ緷绠$悊绯荤粺", - "author": "鑻ヤ緷", + "description": "灏勬椽鏅烘収椤圭洰绠$悊绯荤粺", + "author": "灏勬椽椤圭洰", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", @@ -36,12 +36,19 @@ "url": "https://gitee.com/y_project/RuoYi-Vue.git" }, "dependencies": { + "@antv/g6": "^4.8.24", "@riophae/vue-treeselect": "0.4.0", "axios": "0.28.1", + "bpmn-js": "^11.1.0", + "bpmn-js-bpmnlint": "^0.15.0", + "bpmnlint": "^6.4.0", + "bpmnlint-loader": "^0.1.4", "clipboard": "2.0.8", "core-js": "3.37.1", + "diagram-js": "^11.4.1", "echarts": "5.4.0", "element-ui": "2.15.14", + "file-drops": "^0.4.0", "file-saver": "2.0.5", "fuse.js": "6.4.3", "highlight.js": "9.18.5", @@ -49,9 +56,11 @@ "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", "nprogress": "0.2.0", - "quill": "2.0.2", + "quill": "1.3.7", "screenfull": "5.0.2", "sortablejs": "1.10.2", + "vform-builds": "^2.2.9", + "vkbeautify": "^0.99.3", "vue": "2.6.12", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", @@ -61,6 +70,7 @@ "vuex": "3.6.0" }, "devDependencies": { + "@babel/parser": "^7.20.5", "@vue/cli-plugin-babel": "4.4.6", "@vue/cli-plugin-eslint": "4.4.6", "@vue/cli-service": "4.4.6", -- Gitblit v1.8.0