This commit is contained in:
Kevin
2026-05-18 13:21:13 +08:00
parent 20e2fc62ae
commit 0defc800a3
9 changed files with 1802 additions and 137 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
"preview": "vite preview",
"deploy:pages": "bash scripts/deploy-pages.sh"
},
"dependencies": {
"react": "^18.3.1",
@@ -16,8 +17,9 @@
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.7.0",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^6.4.2",
"wrangler": "^4.92.0"
}
}