This commit is contained in:
rex
2025-09-01 20:01:21 +08:00
parent 8dd468a5e3
commit 272c87f799
20 changed files with 150 additions and 40 deletions

View File

@@ -3,6 +3,11 @@
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
@@ -11,6 +16,7 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.1.12",
"postmate": "^1.5.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.8.2",
@@ -18,6 +24,8 @@
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/node": "^22.13.9",
"@types/postmate": "^1.5.4",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",