From 81ced3885266779c3a3813a0e4687962375b1d62 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 09 六月 2025 19:16:43 +0800
Subject: [PATCH] gx

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

diff --git a/package.json b/package.json
index 7433cbd..b5ef475 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
 	"license": "MIT",
 	"scripts": {
 		"dev": "vite --force",
+		"dev:prod": "vite --force --mode production",
 		"build": "vite build",
 		"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
 	},
@@ -16,12 +17,16 @@
 		"axios": "^1.6.8",
 		"countup.js": "^2.8.0",
 		"cropperjs": "^1.6.1",
+		"dayjs": "^1.11.13",
 		"echarts": "^5.5.0",
 		"echarts-gl": "^2.0.9",
 		"echarts-wordcloud": "^2.1.0",
 		"element-plus": "^2.6.1",
+		"html2canvas": "^1.4.1",
+		"html2pdf.js": "^0.10.2",
 		"js-cookie": "^3.0.5",
 		"js-table2excel": "^1.1.2",
+		"jspdf": "^2.5.2",
 		"jsplumb": "^2.15.6",
 		"mitt": "^3.0.1",
 		"nprogress": "^0.2.0",
@@ -37,7 +42,9 @@
 		"vue-demi": "^0.14.7",
 		"vue-grid-layout": "^3.0.0-beta1",
 		"vue-i18n": "^9.10.2",
-		"vue-router": "^4.3.0"
+		"vue-router": "^4.3.0",
+		"vue3-print-nb": "^0.1.4",
+		"xlsx": "^0.18.5"
 	},
 	"devDependencies": {
 		"@types/node": "^20.11.28",

--
Gitblit v1.8.0