init: add code

This commit is contained in:
Xory 2026-01-30 17:06:54 +02:00
parent 475596444a
commit 1e09c02cb9
20 changed files with 2432 additions and 147 deletions

View file

@ -19,13 +19,18 @@
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.13.5",
"@eslint/js": "^9.39.2",
"@react-router/dev": "^7.10.0",
"@tailwindcss/vite": "^4.1.13",
"@types/node": "^22",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.0.0",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"typescript-eslint": "^8.52.0",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.57.0"