From 37752f6c417b3d9dd13e815413d006e388d76939 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 23 十二月 2024 19:49:38 +0800
Subject: [PATCH] ll
---
screen/package.json | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/screen/package.json b/screen/package.json
index 5bcc574..428f186 100644
--- a/screen/package.json
+++ b/screen/package.json
@@ -5,16 +5,23 @@
"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"
+ "vue-router": "^4.3.0",
+ "vue3-loading-spinner": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
--
Gitblit v1.9.3