From d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 16 十月 2023 09:03:47 +0800
Subject: [PATCH] Merge branch '1.0.3' of http://139.186.142.91:10010/r/productDev/dmMes into 1.0.3
---
screen_standard/package.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/screen_standard/package.json b/screen_standard/package.json
index d4293ef..268a0ac 100644
--- a/screen_standard/package.json
+++ b/screen_standard/package.json
@@ -5,6 +5,7 @@
"scripts": {
"serve": "vite --mode development",
"build:pro": "vite build --mode production",
+ "build:ly": "vite build --mode lingyang",
"build:dev": "vite build --mode staging",
"preview": "vite preview"
},
@@ -13,14 +14,15 @@
"echarts": "^5.4.3",
"element-plus": "^2.3.9",
"pinia": "^2.1.4",
- "terser": "^5.19.2",
"vue": "^3.3.4",
+ "vue-mini-weather": "^0.3.8",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"sass": "^1.66.1",
+ "terser": "^5.19.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.6"
--
Gitblit v1.9.3