From 892dba19835d0b506054ef85e7f6068e094b3615 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期三, 25 六月 2025 11:33:30 +0800
Subject: [PATCH] Merge branch 'master' of http://dh.leon056.com:7499/r/data2/Single_application into ID1743-副屏添加医嘱
---
package.json | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index a957493..8718734 100644
--- a/package.json
+++ b/package.json
@@ -5,12 +5,20 @@
"type": "module",
"scripts": {
"dev": "vite",
- "build": "vue-tsc -b && vite build",
+ "build": "vite build",
+ "build2": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
+ "@vant/icons": "^3.0.2",
+ "@zxing/library": "^0.21.3",
+ "axios": "^1.9.0",
"echarts": "^5.6.0",
"element-plus": "^2.9.2",
+ "event-source-polyfill": "^1.0.31",
+ "qs": "^6.14.0",
+ "speak-tts": "^2.0.8",
+ "vant": "^3.4.3",
"vue": "^3.5.13",
"vue-router": "^4.0.13"
},
--
Gitblit v1.8.0