{
  "name": "twojalodka.pl",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "postbuild": "node scripts/copy-standalone-assets.js",
    "start": "node .next/standalone/server.js",
    "start:next": "next start",
    "lint": "next lint",
    "generate-verified-countries": "npx --yes tsx scripts/generate-verified-country-map.ts",
    "export-manufacturers-csv": "npx --yes tsx scripts/export-manufacturers-verification.ts",
    "export-brand-png": "node scripts/export-logo-png.mjs",
    "apple:secret": "node scripts/generate-apple-secret.mjs",
    "import-olx": "npx --yes tsx scripts/import-olx.ts"
  },
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "framer-motion": "^11.11.17",
    "mysql2": "^3.22.2",
    "next": "14.2.18",
    "next-auth": "^5.0.0-beta.25",
    "nodemailer": "^6.10.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-hook-form": "^7.54.2",
    "react-tilt": "^1.0.2",
    "zod": "^3.24.1",
    "zustand": "^5.0.2"
  },
  "devDependencies": {
    "@fontsource/cinzel": "^5.2.8",
    "@types/node": "^22.10.2",
    "@types/nodemailer": "^8.0.0",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "autoprefixer": "^10.4.24",
    "eslint": "^8.57.1",
    "eslint-config-next": "14.2.18",
    "jose": "^6.0.10",
    "postcss": "^8.4.49",
    "sharp": "^0.34.5",
    "tailwindcss": "^3.4.17",
    "typescript": "^5.7.2"
  }
}
