Files
v0-v0app/package.json
v0 8e89f35e92 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>
2025-06-19 21:53:56 +00:00

38 lines
942 B
JSON

{
"name": "markdown-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@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": "^9.0.1",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@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"
}