From 27f42527c4f060d4b0354ff79690262fe287e641 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 24 一月 2024 11:57:15 +0800
Subject: [PATCH] 右側图标和左侧的切换设备对齐样式调整

---
 package.json |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 99df410..6e767bb 100644
--- a/package.json
+++ b/package.json
@@ -13,25 +13,33 @@
     "prepare": "husky install"
   },
   "dependencies": {
+    "amfe-flexible": "^2.2.1",
+    "@babel/polyfill": "^7.12.1",
     "@element-plus/icons-vue": "^2.1.0",
     "@vueuse/core": "^10.5.0",
     "@xstate/vue": "^2.0.0",
     "axios": "^1.5.1",
     "dayjs": "^1.11.10",
     "element-plus": "^2.4.1",
+    "es6-promise": "^4.2.8",
+    "js-base64": "^2.6.2",
     "lodash-es": "^4.17.21",
     "pinia": "^2.1.7",
+    "postcss-pxtorem": "^6.0.0",
     "vue": "^3.3.4",
     "vue-hooks-plus": "^1.8.5",
     "vue-router": "^4.2.5",
     "xstate": "^4.38.3"
   },
   "devDependencies": {
+    "@iconify-json/bx": "^1.1.7",
     "@iconify-json/material-symbols-light": "^1.1.0",
     "@iconify-json/mdi": "^1.1.55",
+    "@iconify-json/vaadin": "^1.1.7",
     "@rushstack/eslint-patch": "^1.3.3",
     "@tsconfig/node18": "^18.2.2",
     "@types/node": "^18.18.6",
+    "@vitejs/plugin-legacy": "^5.2.0",
     "@vitejs/plugin-vue": "^4.4.0",
     "@vue/eslint-config-prettier": "^8.0.0",
     "@vue/eslint-config-typescript": "^12.0.0",
@@ -42,7 +50,10 @@
     "lint-staged": "^15.0.2",
     "npm-run-all2": "^6.1.1",
     "prettier": "^3.0.3",
+    "px2rem-loader": "^0.1.9",
+    "rollup-plugin-esbuild": "^6.1.0",
     "sass": "^1.69.4",
+    "terser": "^5.27.0",
     "typescript": "~5.2.0",
     "unplugin-auto-import": "^0.16.6",
     "unplugin-icons": "^0.17.1",
@@ -55,5 +66,10 @@
       "eslint --fix",
       "prettier --write"
     ]
-  }
+  },
+  "browserslist": [
+    "> 1%",
+    "last 2 versions",
+    "note ie <= 8"
+  ]
 }

--
Gitblit v1.8.0