Initial state with almost all ready to work

This commit is contained in:
2025-04-03 15:11:48 +02:00
parent 0eae0f3248
commit b7e43ef351
15 changed files with 2175 additions and 31 deletions

View File

@@ -9,23 +9,34 @@
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.2",
"@react-router/node": "^7.4.1",
"@react-router/serve": "^7.4.1",
"isbot": "^5.1.17",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.4.1"
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"isbot": "^5.1.25",
"lucide-react": "^0.487.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.4.1",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@react-router/dev": "^7.4.1",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"react-router-devtools": "^1.1.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"@tailwindcss/vite": "^4.1.1",
"@types/node": "^20.17.30",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"eslint": "^9.23.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"react-router-devtools": "^1.1.8",
"tailwindcss": "^4.1.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0",
"vite": "^5.4.17",
"vite-tsconfig-paths": "^5.1.4"
}
}