From 35509af3021b6e56f256b9f8771c1ce5564d7cde Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期五, 29 八月 2025 12:03:59 +0800
Subject: [PATCH] ID2023-四点血压图修改
---
package.json | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 605929f..1c21545 100644
--- a/package.json
+++ b/package.json
@@ -2,18 +2,29 @@
"name": "my-project",
"private": true,
"version": "0.0.0",
- "type": "module",
"scripts": {
"dev": "vite",
+ "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",
- "jsqr": "^1.4.0",
+ "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"
},
@@ -21,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