From e282a4f46cde7f6db374946598cec8e7112a0530 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 16:56:21 +0800
Subject: [PATCH] gx检验标记
---
package.json | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index e9e421a..f056317 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,8 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
- "build": "vue-tsc --noEmit --skipLibCheck && vite build",
+ "build": "vite build",
+ "build-test": "vite build --mode development",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue,.ts src",
"lint:fix": "npx eslint ./src/**/*.vue --fix",
@@ -25,15 +26,21 @@
]
},
"dependencies": {
+ "@vant/area-data": "^1.4.1",
"axios": "^0.26.0",
"echarts": "^5.3.0",
+ "js-cookie": "^3.0.5",
+ "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-tsc": "^0.40.13"
},
"devDependencies": {
+ "@types/js-cookie": "^3.0.3",
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
@@ -44,9 +51,10 @@
"lint-staged": "^12.3.4",
"mockjs": "^1.1.0",
"postcss-html": "^1.3.0",
- "stylelint": "^14.5.3",
+ "sass": "^1.54.9",
+ "stylelint": "^14.16.1",
"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