From 23f1bf22c42a904c05cee63e10c9fd8b60dfe8f5 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期二, 20 九月 2022 14:54:56 +0800
Subject: [PATCH] Default Changelist

---
 package.json |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index be1a5a0..8b2ab23 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
 	},
 	"dependencies": {
 		"@element-plus/icons-vue": "^2.0.6",
-		"@wangeditor/editor": "^5.1.1",
+		"@kjgl77/datav-vue3": "^1.2.1",
+		"@wangeditor/editor": "^5.1.14",
 		"axios": "^0.27.2",
 		"countup.js": "^2.2.0",
 		"cropperjs": "^1.5.12",
@@ -19,12 +20,14 @@
 		"echarts-gl": "^2.0.9",
 		"echarts-wordcloud": "^2.0.0",
 		"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",
@@ -34,7 +37,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