From fc470bbb311069081b41779cc8ee2b463043df01 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期一, 01 九月 2025 16:05:42 +0800
Subject: [PATCH] ID1956-修改最大重连次数
---
package.json | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index a957493..1c21545 100644
--- a/package.json
+++ b/package.json
@@ -2,15 +2,29 @@
"name": "my-project",
"private": true,
"version": "0.0.0",
- "type": "module",
"scripts": {
"dev": "vite",
- "build": "vue-tsc -b && vite build",
+ "dev:prod": "vite --mode production",
+ "build": "vite build",
+ "build:test": "vite build --mode development",
+ "build:prod": "vite build --mode production",
+ "build2": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
+ "@vant/icons": "^3.0.2",
+ "@zxing/library": "^0.21.3",
+ "axios": "^1.9.0",
+ "dayjs": "^1.11.13",
"echarts": "^5.6.0",
"element-plus": "^2.9.2",
+ "event-source-polyfill": "^1.0.31",
+ "pinia": "^3.0.3",
+ "pinyin": "^4.0.0",
+ "qs": "^6.14.0",
+ "speak-tts": "^2.0.8",
+ "vant": "^3.4.3",
+ "vconsole": "^3.15.1",
"vue": "^3.5.13",
"vue-router": "^4.0.13"
},
@@ -18,7 +32,11 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/tsconfig": "^0.7.0",
+ "amfe-flexible": "^2.2.1",
+ "install": "^0.13.0",
"less": "^4.2.1",
+ "npm": "^11.4.2",
+ "postcss-pxtorem": "^6.1.0",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
--
Gitblit v1.8.0