From 185f0ab2be3cb33f1436bd39c72049ac5e34fe73 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 19 十二月 2025 09:25:42 +0800
Subject: [PATCH] 最新版本541200007最新版本541200007
---
screen/package.json | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/screen/package.json b/screen/package.json
index 5bcc574..1ab93db 100644
--- a/screen/package.json
+++ b/screen/package.json
@@ -5,20 +5,26 @@
"type": "module",
"scripts": {
"dev": "vite --host",
+ "serve": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
+ "axios": "^1.7.7",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
"pinia": "^2.1.7",
+ "postcss-plugin-px2rem": "^0.8.1",
+ "px2rem-loader": "^0.1.9",
+ "swiper": "^5.4.5",
"uqrcodejs": "^4.0.7",
+ "v-scale-screen": "^2.0.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
- "sass": "^1.77.6",
+ "sass-embedded": "^1.85.1",
"scss": "^0.2.4",
"vite": "^5.2.8",
"vite-plugin-vue-devtools": "^7.0.25"
--
Gitblit v1.9.3