From da3f19b5eb58fcd05623611376dbaf82add27f4f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 22 九月 2022 10:18:04 +0800
Subject: [PATCH] 首页

---
 package.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index e9e421a..f5a6a12 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,10 @@
   "dependencies": {
     "axios": "^0.26.0",
     "echarts": "^5.3.0",
+    "node-sass": "^7.0.3",
     "pinia": "^2.0.11",
+    "sass-loader": "^13.0.2",
+    "style-loader": "^3.3.1",
     "vant": "^3.6.2",
     "vue": "^3.2.25",
     "vue-router": "^4.0.14",
@@ -44,9 +47,10 @@
     "lint-staged": "^12.3.4",
     "mockjs": "^1.1.0",
     "postcss-html": "^1.3.0",
+    "sass": "^1.54.9",
     "stylelint": "^14.5.3",
     "stylelint-config-standard-scss": "^3.0.0",
-    "stylelint-scss": "^4.1.0",
+    "stylelint-scss": "^4.3.0",
     "typescript": "^4.5.4",
     "vite": "^2.8.0"
   }

--
Gitblit v1.8.0