From 006cedaa4188d5bd5f99ef0721572a24c89d7ce4 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期六, 20 八月 2022 17:19:08 +0800 Subject: [PATCH] Default Changelist --- package.json | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a092f0e..961c22e 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,9 @@ "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", "mitt": "^3.0.0", "nprogress": "^0.2.0", @@ -33,9 +34,11 @@ "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", + "xlsx": "^0.18.5" }, "devDependencies": { + "@types/json-bigint": "^1.0.1", "@types/node": "^17.0.39", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.13.0", -- Gitblit v1.9.2