{
  "name": "ai-suite",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "migrate": "npx tsx database/migrate.ts"
  },
  "dependencies": {
    "@ducanh2912/next-pwa": "^10.2.9",
    "@google/genai": "^1.33.0",
    "@hookform/resolvers": "^5.2.2",
    "@langchain/core": "^1.1.8",
    "@langchain/google-genai": "^2.1.3",
    "@netlify/plugin-nextjs": "^5.15.11",
    "@radix-ui/react-accordion": "^1.2.12",
    "@radix-ui/react-alert-dialog": "^1.1.15",
    "@radix-ui/react-aspect-ratio": "^1.1.7",
    "@radix-ui/react-avatar": "^1.1.10",
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-collapsible": "^1.1.12",
    "@radix-ui/react-context-menu": "^2.2.16",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-hover-card": "^1.1.15",
    "@radix-ui/react-label": "^2.1.7",
    "@radix-ui/react-menubar": "^1.1.16",
    "@radix-ui/react-navigation-menu": "^1.2.14",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-progress": "^1.1.7",
    "@radix-ui/react-radio-group": "^1.3.8",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-separator": "^1.1.7",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-switch": "^1.2.6",
    "@radix-ui/react-tabs": "^1.1.13",
    "@radix-ui/react-toast": "^1.2.15",
    "@radix-ui/react-toggle": "^1.1.10",
    "@radix-ui/react-toggle-group": "^1.1.11",
    "@radix-ui/react-tooltip": "^1.2.8",
    "@supabase/supabase-js": "^2.89.0",
    "@tanstack/react-query": "^5.90.2",
    "@types/file-saver": "^2.0.7",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/pg": "^8.16.0",
    "@types/turndown": "^5.0.6",
    "@types/uuid": "^11.0.0",
    "@vercel/blob": "^2.0.0",
    "axios": "^1.13.2",
    "axios-cookiejar-support": "^6.0.5",
    "bcryptjs": "^3.0.3",
    "cheerio": "^1.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "date-fns": "^4.1.0",
    "docx": "^9.6.1",
    "dotenv": "^17.2.3",
    "embla-carousel-react": "^8.6.0",
    "fabric": "^7.3.1",
    "file-saver": "^2.0.5",
    "framer-motion": "^12.23.26",
    "html-to-image": "^1.11.13",
    "imagekit": "^6.0.0",
    "input-otp": "^1.4.2",
    "jose": "^6.1.3",
    "jsonwebtoken": "^9.0.3",
    "jspdf": "^3.0.3",
    "langchain": "^1.2.3",
    "lucide-react": "^0.544.0",
    "mammoth": "^1.11.0",
    "next": "^16.1.1",
    "next-themes": "^0.4.6",
    "nodemailer": "^8.0.1",
    "openai": "^6.38.0",
    "pdf2json": "^4.0.2",
    "pg": "^8.16.3",
    "react": "^19.2.3",
    "react-day-picker": "^9.11.0",
    "react-dom": "^19.2.3",
    "react-hook-form": "^7.63.0",
    "react-is": "^19.1.1",
    "react-markdown": "^10.1.0",
    "react-phone-number-input": "^3.4.16",
    "react-resizable-panels": "^3.0.6",
    "react-rnd": "^10.5.3",
    "react-router-dom": "^7.9.2",
    "react-syntax-highlighter": "^16.1.0",
    "recharts": "^3.2.1",
    "sonner": "^2.0.7",
    "stripe": "^20.1.0",
    "tailwind-merge": "^3.3.1",
    "tailwind-scrollbar": "^3.0.0",
    "tailwindcss-animate": "^1.0.7",
    "tldts": "^7.0.19",
    "tough-cookie": "^6.0.0",
    "turndown": "^7.2.4",
    "uuid": "^13.0.0",
    "vaul": "^1.1.2",
    "yet-another-react-lightbox": "^3.31.0",
    "zod": "^4.1.11",
    "zustand": "^5.0.13"
  },
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@tailwindcss/typography": "^0.5.19",
    "@types/node": "^24.5.2",
    "@types/nodemailer": "^7.0.11",
    "@types/react": "^19.1.13",
    "@types/react-dom": "^19.1.9",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.36.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.21",
    "form-data": "^4.0.5",
    "globals": "^16.4.0",
    "postcss": "^8.5.6",
    "tailwindcss": "^3.4.17",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.44.1"
  }
}
