From a866e581db6a24e9aa4b2145d3e4c2256cfc07cd Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 21 十月 2022 12:00:35 +0800
Subject: [PATCH] 34

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

diff --git a/package.json b/package.json
index e9e421a..e24018e 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "version": "0.0.0",
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc --noEmit --skipLibCheck && vite build",
+    "build": "vite build",
     "preview": "vite preview",
     "lint": "eslint --ext .js,.vue,.ts src",
     "lint:fix": "npx eslint ./src/**/*.vue --fix",
@@ -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