{
  "name": "tungasport-web",
  "version": "1.0.0-rc.1",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint",
    "db:push": "prisma db push",
    "db:migrate": "prisma migrate deploy",
    "db:deploy": "node scripts/deploy-db.mjs",
    "db:seed": "tsx prisma/seed-demo.ts",
    "db:seed:prod": "tsx prisma/seed-prod-admin.ts",
    "db:setup": "prisma db push && tsx prisma/seed-demo.ts",
    "pack:angoweb": "powershell -ExecutionPolicy Bypass -File scripts/pack-angoweb.ps1",
    "pack:angoweb:sh": "bash scripts/pack-angoweb.sh",
    "ship:angoweb": "npm run build && npm run pack:angoweb",
    "health:check": "node -e \"fetch(process.env.NEXT_PUBLIC_APP_URL+'/api/health').then(r=>r.json()).then(console.log)\""
  },
  "dependencies": {
    "@capacitor/app": "^8.1.1",
    "@capacitor/camera": "^8.2.4",
    "@capacitor/core": "^8.5.2",
    "@capacitor/haptics": "^8.0.2",
    "@capacitor/push-notifications": "^8.1.2",
    "@capacitor/status-bar": "^8.0.3",
    "@prisma/client": "^5.22.0",
    "bcryptjs": "^3.0.3",
    "cookies-next": "^6.1.1",
    "date-fns": "^4.4.0",
    "framer-motion": "^13.1.1",
    "html2canvas": "^1.4.1",
    "ics": "^3.12.0",
    "jose": "^6.2.12",
    "lucide-react": "^1.34.0",
    "next": "16.3.3",
    "next-themes": "^0.4.6",
    "nodemailer": "^10.0.10",
    "papaparse": "^5.7.0",
    "paypay-ao-sdk": "^2.0.0",
    "qrcode.react": "^4.2.0",
    "react": "19.2.8",
    "react-dom": "19.2.8",
    "rrule": "^2.8.1",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@capacitor/android": "^8.5.2",
    "@capacitor/cli": "^8.5.2",
    "@capacitor/ios": "^8.5.2",
    "@tailwindcss/postcss": "^4",
    "@types/bcryptjs": "^2.4.6",
    "@types/node": "^20",
    "@types/nodemailer": "^8.0.2",
    "@types/papaparse": "^5.5.2",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.3.3",
    "prisma": "^5.22.0",
    "prismock": "^1.35.4",
    "tailwindcss": "^4",
    "tsx": "^4.23.13",
    "typescript": "^5"
  }
}
