fix: resolve Docker build failures and configuration issues

Add missing dependencies, fix Next.js config, update Docker Compose, and configure Tailwind CSS.

#VERCEL_SKIP

Co-authored-by: Anders Lehmann Pier <3219386+AndersPier@users.noreply.github.com>
This commit is contained in:
v0
2025-06-19 21:53:56 +00:00
parent efdedf1a34
commit 8e89f35e92
17 changed files with 3624 additions and 1054 deletions

View File

@@ -9,16 +9,17 @@
"start": "next start"
},
"dependencies": {
"@types/react-syntax-highlighter": "^15.5.11",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"next": "15.2.4",
"prism-react-renderer": "^2.3.1",
"react": "^19",
"react-dom": "^19",
"react-markdown": "latest",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "latest",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
@@ -26,7 +27,12 @@
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.14",
"eslint": "^8.0.0",
"eslint-config-next": "15.2.4",
"postcss": "^8.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
},
"packageManager": "pnpm@10.12.1"
}