finished client + added docker compose builds for client and server

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 14:50:05 -05:00
parent 34873a3d89
commit b4fd4ee8e6
25 changed files with 1661 additions and 40 deletions
+20 -4
View File
@@ -1,5 +1,5 @@
{
"name": "client",
"name": "@turborepo-starter-project/client",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -10,9 +10,24 @@
"format": "biome format --write"
},
"dependencies": {
"@better-auth/passkey": "^1.6.9",
"@elysiajs/eden": "^1.4.9",
"@tanstack/react-query": "^5.100.5",
"better-auth": "^1.6.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"elysia": "^1.4.28",
"framer-motion": "^12.38.0",
"lucide-react": "^1.11.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"shadcn": "^4.5.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
@@ -22,7 +37,8 @@
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"
"typescript": "^5",
"@turborepo-starter-project/server": "*"
},
"ignoreScripts": [
"sharp",
@@ -32,4 +48,4 @@
"sharp",
"unrs-resolver"
]
}
}