update packages info

This commit is contained in:
2026-03-04 14:17:59 +08:00
parent 431aea410b
commit 2ce0075dcd
3 changed files with 409 additions and 4 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"react": "^18.3.1",
@@ -17,7 +18,8 @@
"@types/react-dom": "^18.3.6",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.10",
"vitest": "^2.1.8"
}
}