This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user