From eb7c68a2db9fa3911b4eecf05f2423fafd482c77 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Wed, 26 Mar 2025 18:40:29 +0800
Subject: [PATCH] 系统配置

---
 package.json |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index c235bd1..3ae8478 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,9 @@
   "name": "saber",
   "version": "4.1.0",
   "scripts": {
-    "dev": "vite --host",
+    "dev": "vite --mode development",
     "prod": "vite --mode production",
-    "build": "vite build",
+    "build:test": "vite build --mode development",
     "build:prod": "vite build --mode production",
     "serve": "vite preview --host"
   },
@@ -16,12 +16,15 @@
     "avue-plugin-ueditor": "^1.0.3",
     "axios": "^0.21.1",
     "crypto-js": "^4.1.1",
-    "dayjs": "^1.10.6",
+    "dayjs": "^1.11.13",
     "element-plus": "^2.7.3",
     "js-base64": "^3.7.4",
     "js-cookie": "^3.0.0",
     "js-md5": "^0.7.3",
+    "jszip": "^3.10.1",
+    "mitt": "^3.0.1",
     "nprogress": "^0.2.0",
+    "reconnecting-websocket": "^4.4.0",
     "sm-crypto": "^0.3.13",
     "vue": "^3.4.27",
     "vue-i18n": "^9.1.9",
@@ -33,8 +36,8 @@
     "@vue/compiler-sfc": "^3.4.27",
     "prettier": "^2.8.7",
     "sass": "^1.77.2",
-    "unplugin-auto-import": "^0.11.2",
     "terser": "^5.31.1",
+    "unplugin-auto-import": "^0.11.2",
     "vite": "^5.2.12",
     "vite-plugin-compression": "^0.5.1",
     "vite-plugin-vue-setup-extend": "^0.4.0"

--
Gitblit v1.9.3