From cf3ec317dd436976df8a9e7a4dc77a9b5d47d8d3 Mon Sep 17 00:00:00 2001 From: SZH <szh_hello@163.com> Date: 星期四, 25 八月 2022 10:35:39 +0800 Subject: [PATCH] 修改打包环境配置 --- package.json | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0167f4e..ae2b9ee 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.0.6", - "@wangeditor/editor": "^5.1.1", + "@wangeditor/editor": "^5.1.14", "axios": "^0.27.2", "countup.js": "^2.2.0", "cropperjs": "^1.5.12", "echarts": "^5.3.3", "echarts-gl": "^2.0.9", "echarts-wordcloud": "^2.0.0", - "element-plus": "^2.2.2", + "element-plus": "^2.2.9", "js-cookie": "^3.0.1", "json-bigint": "^1.0.0", "jsplumb": "^2.15.6", @@ -34,7 +34,9 @@ "vue-clipboard3": "^2.0.0", "vue-grid-layout": "^3.0.0-beta1", "vue-i18n": "^9.1.10", - "vue-router": "^4.0.15" + "vue-router": "^4.0.15", + "wangeditor": "^4.7.15", + "xlsx": "^0.18.5" }, "devDependencies": { "@types/json-bigint": "^1.0.1", -- Gitblit v1.9.2