From fab51ed95159ffb71d58030a0d9f303c36733add Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 24 十月 2024 08:45:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'supervisionVue/hc-dataAnalysis-1023' --- package.json | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0129d3b..7308c77 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,23 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { + "@amap/amap-jsapi-loader": "^1.0.1", "@ctrl/tinycolor": "^4.0.2", "@element-plus/icons-vue": "^2.0.10", + "@vue-office/excel": "^1.7.11", "@vueuse/core": "^9.7.0", "axios": "^1.2.1", - "dayjs": "^1.11.10", - "element-plus": "^2.4.3", + "dayjs": "^1.11.13", + "element-plus": "^2.8.3", + "exceljs": "^4.4.0", + "js-base64": "^3.7.5", + "md5": "^2.3.0", "pinia": "^2.0.26", "vue": "^3.2.45", + "vue-demi": "^0.14.6", "vue-i18n": "^9.8.0", - "vue-router": "^4.1.6" + "vue-router": "^4.1.6", + "xlsx": "^0.18.5" }, "devDependencies": { "@babel/cli": "^7.19.3", -- Gitblit v1.9.3