From 9ce7c2a993cd67321885efb01b524567f8901411 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 25 九月 2025 17:03:53 +0800
Subject: [PATCH] gx
---
package.json | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index cd4dc20..0ec6829 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/"
},
@@ -21,6 +22,7 @@
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"element-plus": "^2.6.1",
+ "file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
"js-cookie": "^3.0.5",
@@ -36,13 +38,15 @@
"screenfull": "^6.0.2",
"sortablejs": "^1.15.2",
"splitpanes": "^3.1.5",
+ "vant": "^4.9.21",
"vue": "^3.4.21",
"vue-clipboard3": "^2.0.0",
"vue-demi": "^0.14.7",
"vue-grid-layout": "^3.0.0-beta1",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0",
- "vue3-print-nb": "^0.1.4"
+ "vue3-print-nb": "^0.1.4",
+ "xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^20.11.28",
--
Gitblit v1.8.0