This commit is contained in:
2025-12-06 00:17:24 +01:00
parent 78c85a429c
commit 70d5f5689e
54 changed files with 826 additions and 210 deletions

View File

@@ -12,17 +12,18 @@
},
"dependencies": {
"@faker-js/faker": "^9.2.0",
"@gridpilot/identity": "0.1.0",
"@gridpilot/racing": "0.1.0",
"@gridpilot/social": "0.1.0",
"@gridpilot/testing-support": "0.1.0",
"@gridpilot/identity": "file:../../packages/identity",
"@gridpilot/racing": "file:../../packages/racing",
"@gridpilot/social": "file:../../packages/social",
"@gridpilot/testing-support": "file:../../packages/testing-support",
"@vercel/kv": "^3.0.0",
"framer-motion": "^12.23.25",
"lucide-react": "^0.555.0",
"next": "^15.0.0",
"next": "15.5.7",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"zod": "^3.25.76"
"zod": "^3.25.76",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/node": "^20.0.0",
@@ -30,7 +31,7 @@
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.22",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.0",
"eslint-config-next": "15.5.7",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5.6.0"