{
  "name": "adultwork-next",
  "version": "1.0.0",
  "description": "",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "prisma generate && next build",
    "postbuild": "cp -r .next/static .next/standalone/.next/static && cp -r public .next/standalone/public && cp -r node_modules/@swc/helpers/esm .next/standalone/node_modules/@swc/helpers/esm",
    "start": "next start",
    "lint": "next lint",
    "db:pull": "prisma db pull",
    "db:generate": "prisma generate",
    "db:seed": "tsx prisma/seed.ts",
    "worker": "tsx workers/index.ts"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1075.0",
    "@fontsource/inter": "^5.2.8",
    "@fontsource/playfair-display": "^5.2.8",
    "@prisma/client": "^6.19.2",
    "@stripe/stripe-js": "^8.11.0",
    "@types/web-push": "^3.6.4",
    "bcryptjs": "^3.0.3",
    "bullmq": "^5.76.6",
    "cheerio": "^1.2.0",
    "ioredis": "^5.10.1",
    "leaflet": "^1.9.4",
    "next": "^16.2.1",
    "next-auth": "^5.0.0-beta.30",
    "next-intl": "^4.8.3",
    "nodemailer": "^7.0.13",
    "otpauth": "^9.5.1",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-leaflet": "^5.0.0",
    "react-markdown": "^10.1.0",
    "react-turnstile": "^1.1.5",
    "reading-time": "^1.5.0",
    "recharts": "^3.8.0",
    "rehype-autolink-headings": "^7.1.0",
    "rehype-raw": "^7.0.0",
    "rehype-sanitize": "^6.0.0",
    "rehype-slug": "^6.0.0",
    "remark-gfm": "^4.0.1",
    "sharp": "^0.34.5",
    "stripe": "^20.4.1",
    "web-push": "^3.6.7",
    "zod": "^4.3.6",
    "zustand": "^5.0.12"
  },
  "overrides": {
    "@swc/helpers": "^0.5.17"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.2.2",
    "@types/bcryptjs": "^2.4.6",
    "@types/leaflet": "^1.9.21",
    "@types/node": "^25.5.0",
    "@types/nodemailer": "^7.0.11",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "eslint": "^9.39.4",
    "eslint-config-next": "^16.2.1",
    "pg": "^8.22.0",
    "pg-copy-streams": "^7.0.0",
    "postcss": "^8.5.8",
    "prisma": "^6.19.2",
    "tailwindcss": "^4.2.2",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
