{ "name": "nanami-web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "db:migrate": "npx prisma migrate dev", "db:push": "npx prisma db push", "db:seed": "npx tsx prisma/seed.ts", "db:studio": "npx prisma studio", "postinstall": "npx prisma generate" }, "prisma": { "seed": "npx tsx prisma/seed.ts" }, "dependencies": { "@base-ui/react": "^1.3.0", "@prisma/adapter-pg": "^7.5.0", "@prisma/client": "^7.5.0", "@uiw/react-md-editor": "^4.0.11", "bcryptjs": "^3.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.577.0", "next": "16.1.7", "next-auth": "^5.0.0-beta.30", "next-themes": "^0.4.6", "pg": "^8.20.0", "react": "19.2.3", "react-dom": "19.2.3", "react-markdown": "^10.1.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", "shadcn": "^4.0.8", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^2.4.6", "@types/node": "^20", "@types/pg": "^8.18.0", "@types/react": "^19", "@types/react-dom": "^19", "dotenv": "^17.3.1", "eslint": "^9", "eslint-config-next": "16.1.7", "prisma": "^7.5.0", "tailwindcss": "^4", "tsx": "^4.21.0", "typescript": "^5" } }