From 23412e0effa27d5d0f79f5796bc4e738cf8cd1fc Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 03 三月 2023 16:08:49 +0800
Subject: [PATCH] 更新
---
package.json | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index fbe32d7..8b2ab23 100644
--- a/package.json
+++ b/package.json
@@ -10,20 +10,24 @@
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
},
"dependencies": {
- "@element-plus/icons-vue": "^2.0.3",
- "@wangeditor/editor": "^5.1.1",
+ "@element-plus/icons-vue": "^2.0.6",
+ "@kjgl77/datav-vue3": "^1.2.1",
+ "@wangeditor/editor": "^5.1.14",
"axios": "^0.27.2",
"countup.js": "^2.2.0",
"cropperjs": "^1.5.12",
- "echarts": "^5.3.2",
+ "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-base64": "^3.7.2",
"js-cookie": "^3.0.1",
+ "json-bigint": "^1.0.0",
"jsplumb": "^2.15.6",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
+ "pinia-plugin-persistedstate": "^2.1.1",
"print-js": "^1.6.0",
"qrcodejs2-fixes": "^0.0.2",
"screenfull": "^6.0.1",
@@ -33,9 +37,12 @@
"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",
"@types/node": "^17.0.39",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.13.0",
--
Gitblit v1.9.2