chore: 整理

This commit is contained in:
严浩
2025-08-19 16:20:33 +08:00
parent 0585f9abdb
commit e4287bb0e1
12 changed files with 1369 additions and 182 deletions

View File

@@ -19,6 +19,7 @@
"lint:oxlint": "oxlint --fix",
"lint:eslint": "eslint . --fix",
"prepare": "husky",
"test:unit": "vitest",
"playwright": "playwright test",
"playwright:headless": "HEADLESS=true playwright test",
"playwright:ui": "playwright test --ui",
@@ -31,7 +32,7 @@
"knip": "pnpm dlx knip"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,vue}": [
"{src,tests/playwright}/**/*.{js,jsx,ts,tsx,vue}": [
"prettier --write",
"eslint --fix",
"oxlint --fix"
@@ -39,7 +40,6 @@
},
"pnpm": {
"overrides": {
"vite": "$vite",
"vue-tsc": "$vue-tsc",
"@primevue/auto-import-resolver": "$primevue"
}
@@ -55,7 +55,7 @@
"@types/sortablejs": "^1.15.8",
"@unhead/vue": "^2.0.14",
"@vant/use": "^1.6.0",
"@vueuse/core": "^13.6.0",
"@vueuse/core": "^13.7.0",
"alova": "^3.3.4",
"ant-design-vue": "~4.2.6",
"axios": "^1.11.0",
@@ -66,7 +66,7 @@
"dayjs": "^1.11.13",
"deep-freeze-es6": "^4.0.1",
"jsencrypt": "^3.5.4",
"lucide-vue-next": "^0.539.0",
"lucide-vue-next": "^0.540.0",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"p5": "^2.0.4",
@@ -105,9 +105,11 @@
"@iconify-json/mdi": "^1.2.3",
"@iconify/utils": "^3.0.1",
"@playwright/test": "^1.54.2",
"@prettier/plugin-oxc": "^0.0.4",
"@primevue/auto-import-resolver": "^4.3.7",
"@tsconfig/node22": "^22.0.2",
"@types/archiver": "^6.0.3",
"@types/jsdom": "^21.1.7",
"@types/mockjs": "^1.0.10",
"@types/node": "^22.17.2",
"@types/nprogress": "^0.2.3",
@@ -129,15 +131,18 @@
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-oxlint": "^1.12.0",
"eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-playwright": "^2.2.2",
"eslint-plugin-unicorn": "^60.0.0",
"eslint-plugin-vue": "^10.4.0",
"husky": "^9.1.7",
"less": "^4.4.0",
"jiti": "^2.5.1",
"jsdom": "^26.1.0",
"less": "^4.4.1",
"lint-staged": "^16.1.5",
"mockjs": "^1.1.0",
"naive-ui": "^2.42.0",
"npm-run-all2": "^8.0.4",
"oxlint": "^1.12.0",
"oxlint": "~1.12.0",
"prettier": "3.6.2",
"spritesmith": "^3.5.1",
"typescript": "~5.9.2",
@@ -152,7 +157,7 @@
"unplugin-vue-markdown": "^29.1.0",
"unplugin-vue-router": "^0.15.0",
"vfonts": "^0.0.3",
"vite": "^7.1.2",
"vite": "^7.1.3",
"vite-plugin-checker": "^0.10.2",
"vite-plugin-fake-server": "^2.2.0",
"vite-plugin-image-tools": "^3.0.0",
@@ -163,6 +168,7 @@
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vue-meta-layouts": "^0.5.1",
"vite-plugin-webfont-dl": "^3.11.1",
"vitest": "^3.2.4",
"vue-component-type-helpers": "^3.0.5",
"vue-tsc": "^3.0.5"
}