depcheck
All checks were successful
CI / build-and-deploy (push) Successful in 4m32s

This commit is contained in:
严浩
2024-09-27 12:05:00 +08:00
parent 131dc23e46
commit b73860380a
5 changed files with 384 additions and 10 deletions

View File

@ -17,7 +17,8 @@
"taze": "pnpx taze",
"playwright": "playwright test",
"playwright:ui": "playwright test --ui",
"playwright:chromium": "playwright test --project=chromium"
"playwright:chromium": "playwright test --project=chromium",
"depcheck": "depcheck"
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [
@ -32,6 +33,7 @@
"@alova/adapter-axios": "^2.0.7",
"@unhead/vue": "^1.11.6",
"@vant/use": "^1.6.0",
"@vueuse/core": "^11.1.0",
"alova": "^3.0.16",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
@ -72,6 +74,7 @@
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"depcheck": "^1.4.7",
"eruda": "^3.3.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",