{
  "name": "next-app-template",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "postinstall": "prisma generate"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.12.0",
    "@auth/prisma-adapter": "^1.5.0",
    "@google/generative-ai": "^0.2.0",
    "@hookform/resolvers": "^3.3.3",
    "@prisma/client": "^5.8.1",
    "@supabase/supabase-js": "^2.39.1",
    "@types/node": "^20.10.5",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "autoprefixer": "^10.4.16",
    "bcryptjs": "^2.4.3",
    "cloudinary": "^1.41.1",
    "clsx": "^2.0.0",
    "date-fns": "^2.30.0",
    "firebase": "^10.7.1",
    "firebase-admin": "^11.11.1",
    "formidable": "^2.1.2",
    "framer-motion": "^10.16.16",
    "gray-matter": "^4.0.3",
    "lucide-react": "^0.312.0",
    "mongodb": "^6.3.0",
    "mongoose": "^8.0.3",
    "next": "^14.2.17",
    "next-auth": "^4.24.5",
    "next-cloudinary": "^5.13.0",
    "next-mdx-remote": "^4.4.1",
    "next-themes": "^0.2.1",
    "openai": "^4.24.1",
    "postcss": "^8.4.32",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.49.2",
    "react-hot-toast": "^2.4.1",
    "react-intl": "^6.6.2",
    "rehype-highlight": "^7.0.0",
    "rehype-slug": "^6.0.0",
    "remark": "^15.0.1",
    "remark-gfm": "^4.0.0",
    "remark-html": "^16.0.1",
    "tailwind-merge": "^2.2.0",
    "tailwindcss": "^3.4.0",
    "typescript": "^5.3.3",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.6",
    "@types/formidable": "^3.4.5",
    "@types/mdx": "^2.0.10",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.56.0",
    "eslint-config-next": "^14.2.17",
    "prisma": "^5.8.1"
  }
}
