{
  "name": "saasbot",
  "version": "1.4.0",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build --turbopack && npm run postbuild:standalone",
    "postbuild:standalone:init": "mkdir -p .next/standalone/.next",
    "postbuild:standalone:static": "rm -rf .next/standalone/.next/static && cp -r .next/static .next/standalone/.next/static",
    "postbuild:standalone:public": "rm -rf .next/standalone/public && cp -r public .next/standalone/public",
    "postbuild:standalone": "npm run postbuild:standalone:init && npm run postbuild:standalone:static && npm run postbuild:standalone:public",
    "build:analyze": "ANALYZE=true next build",
    "start": "node .next/standalone/server.js",
    "start:next": "next start",
    "lint": "next lint",
    "size-limit": "size-limit",
    "prune": "ts-prune --error",
    "prepare": "husky"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --max-warnings=0 --no-warn-ignored"
    ]
  },
  "dependencies": {
    "@radix-ui/react-icons": "^1.3.2",
    "@supabase/auth-helpers-nextjs": "^0.10.0",
    "@supabase/auth-ui-react": "^0.4.7",
    "@supabase/auth-ui-shared": "^0.1.8",
    "@supabase/ssr": "^0.7.0",
    "@supabase/supabase-js": "^2.56.0",
    "@tanstack/react-query": "^5.90.16",
    "@tanstack/react-query-devtools": "^5.91.2",
    "axios": "^1.13.2",
    "base64-arraybuffer": "^1.0.2",
    "chart.js": "^4.5.0",
    "dotenv": "^17.2.1",
    "exceljs": "^4.4.0",
    "framer-motion": "^12.23.12",
    "https-proxy-agent": "^7.0.6",
    "ioredis": "^5.9.0",
    "isomorphic-dompurify": "^2.30.0",
    "jimp": "^1.6.0",
    "jszip": "^3.10.1",
    "lucide-react": "^0.540.0",
    "next": "^15.1.9",
    "node-fetch": "^2.7.0",
    "nodemailer": "^7.0.11",
    "pdfkit": "^0.17.2",
    "react": "^19.0.0",
    "react-chartjs-2": "^5.3.0",
    "react-dom": "^19.0.0",
    "server-only": "^0.0.1",
    "sharp": "^0.34.5",
    "socks-proxy-agent": "^8.0.5",
    "sonner": "^2.0.7",
    "telegraf": "^4.16.3",
    "validator": "^13.15.23"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@next/bundle-analyzer": "^15.5.2",
    "@tanstack/eslint-plugin-query": "^5.91.2",
    "@types/ioredis": "^4.28.10",
    "@types/jszip": "^3.4.0",
    "@types/node": "^20",
    "@types/node-fetch": "^2.6.13",
    "@types/nodemailer": "^7.0.4",
    "@types/pdfkit": "^0.17.2",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/validator": "^13.15.10",
    "eslint": "^9",
    "eslint-config-next": "15.1.7",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "postcss": "^8",
    "size-limit": "^11.2.0",
    "tailwindcss": "^3.4.1",
    "ts-node": "^10.9.2",
    "ts-prune": "^0.10.3",
    "typescript": "^5",
    "webpack-bundle-analyzer": "^4.10.2"
  }
}