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 |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 81e7d14..e24018e 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "version": "0.0.0",
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc --noEmit && vite build",
+    "build": "vite build",
     "preview": "vite preview",
     "lint": "eslint --ext .js,.vue,.ts src",
     "lint:fix": "npx eslint ./src/**/*.vue --fix",
@@ -27,10 +27,14 @@
   "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"
+    "vue-router": "^4.0.14",
+    "vue-tsc": "^0.40.13"
   },
   "devDependencies": {
     "@types/node": "^17.0.18",
@@ -43,11 +47,11 @@
     "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",
-    "vue-tsc": "^0.29.8"
+    "vite": "^2.8.0"
   }
 }

--
Gitblit v1.8.0