From 60d39176a0504333b2689539a29755a58c8fd0ce Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期三, 10 九月 2025 13:56:35 +0800
Subject: [PATCH] Merge branch 'ID2085-透析中添加处方脱水量' into test
---
package.json | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index cd23980..358a7c1 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,6 @@
"name": "my-project",
"private": true,
"version": "0.0.0",
- "type": "module",
"scripts": {
"dev": "vite",
"dev:prod": "vite --mode production",
@@ -14,11 +13,16 @@
},
"dependencies": {
"@vant/icons": "^3.0.2",
+ "@zxing/browser": "^0.1.5",
"@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",
+ "qrcode": "^1.5.4",
"qs": "^6.14.0",
"speak-tts": "^2.0.8",
"vant": "^3.4.3",
@@ -27,12 +31,15 @@
"vue-router": "^4.0.13"
},
"devDependencies": {
+ "@types/qrcode": "^1.5.5",
"@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