chore: sync local latest state and repository cleanup

This commit is contained in:
Your Name
2026-03-23 13:02:36 +08:00
parent f1ff3d629f
commit 2ef0f17961
493 changed files with 46912 additions and 7977 deletions

View File

@@ -5,10 +5,12 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit",
"test": "vitest"
"test": "vitest",
"e2e": "cd ../e2e-admin && npx playwright test --config=playwright.config.ts",
"e2e:ui": "cd ../e2e-admin && npx playwright test --config=playwright.config.ts --ui"
},
"dependencies": {
"pinia": "^2.1.7",
@@ -20,7 +22,7 @@
"@vitejs/plugin-vue": "^5.0.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.17",
"jsdom": "^28.0.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.0",