{
  "name": "web",
  "type": "module",
  "version": "6.0.0",
  "private": true,
  "scripts": {
    "dev": "NODE_ENV=development WATCHPACK_POLLING=true next dev -p 5700 --hostname 0.0.0.0",
    "dev:turbo": "WATCHPACK_POLLING=true next dev --turbopack -p 5700 --hostname 0.0.0.0",
    "dev:remote": "WATCHPACK_POLLING=true next dev -p 5700 --hostname 0.0.0.0",
    "dev:with-hmr": "WATCHPACK_POLLING=true next dev -p 5700 --hostname 0.0.0.0",
    "dev:no-refresh": "FAST_REFRESH=false WATCHPACK_POLLING=true next dev -p 5700 --hostname 0.0.0.0",
    "build": "next build",
    "start": "NODE_ENV=production next start -p 5700 --hostname 0.0.0.0",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "dev:watch": "nodemon",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:e2e": "playwright test"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.56.0",
    "@google/generative-ai": "^0.24.1",
    "@heroicons/react": "^2.2.0",
    "@langchain/anthropic": "^0.3.24",
    "@langchain/community": "^1.1.15",
    "@langchain/core": "^1.1.23",
    "@langchain/langgraph": "^0.3.7",
    "@langchain/openai": "^0.5.18",
    "@mswjs/interceptors": "^0.40.0",
    "@nolesh/react-file-manager": "^2.2.1",
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-label": "^2.1.7",
    "@radix-ui/react-progress": "^1.1.7",
    "@radix-ui/react-radio-group": "^1.3.8",
    "@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",
    "@swc/core": "^1.15.8",
    "@tabler/icons-react": "^3.41.1",
    "@tailwindcss/typography": "^0.5.19",
    "@tanstack/react-table": "^8.21.3",
    "@tiptap/extension-color": "^3.21.0",
    "@tiptap/extension-image": "^3.21.0",
    "@tiptap/extension-link": "^3.21.0",
    "@tiptap/extension-placeholder": "^3.21.0",
    "@tiptap/extension-table": "^3.21.0",
    "@tiptap/extension-table-cell": "^3.21.0",
    "@tiptap/extension-table-header": "^3.21.0",
    "@tiptap/extension-table-row": "^3.21.0",
    "@tiptap/extension-text-align": "^3.21.0",
    "@tiptap/extension-text-style": "^3.21.0",
    "@tiptap/react": "^3.21.0",
    "@tiptap/starter-kit": "^3.21.0",
    "@types/d3": "^7.4.3",
    "@types/uuid": "^10.0.0",
    "ai": "^6.0.6",
    "autoprefixer": "^10.4.21",
    "bcryptjs": "^3.0.3",
    "canvas": "^3.1.2",
    "chart.js": "^4.5.0",
    "chartjs-adapter-date-fns": "^3.0.0",
    "chonky": "^2.3.2",
    "chonky-icon-fontawesome": "^2.3.2",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cookie": "^1.0.2",
    "d3": "^7.9.0",
    "date-fns": "^4.1.0",
    "docx": "^9.5.1",
    "exceljs": "^4.4.0",
    "form-data": "^4.0.5",
    "framer-motion": "^12.27.0",
    "html2canvas": "^1.4.1",
    "js-beautify": "^1.15.4",
    "jsonwebtoken": "^9.0.2",
    "jspdf": "^4.0.0",
    "katex": "^0.16.27",
    "langchain": "^1.2.2",
    "lucide-react": "^0.522.0",
    "next": "^16.0.0",
    "next-themes": "^0.4.6",
    "node-cron": "^4.2.0",
    "openai": "^5.9.0",
    "pdfjs-dist": "^4.10.38",
    "pg": "^8.15.5",
    "prismjs": "^1.30.0",
    "puppeteer": "^24.31.0",
    "react": "^19.0.1",
    "react-arborist": "^3.4.3",
    "react-chartjs-2": "^5.3.0",
    "react-dom": "^19.0.1",
    "react-markdown": "^10.1.0",
    "react-pdf-highlighter": "^8.0.0-rc.0",
    "react-virtualized": "^9.22.6",
    "react-virtualized-auto-sizer": "^2.0.3",
    "reactflow": "^11.11.4",
    "redis": "^4.7.0",
    "rehype-highlight": "^7.0.2",
    "rehype-katex": "^7.0.1",
    "rehype-raw": "^7.0.0",
    "rehype-sanitize": "^6.0.0",
    "remark-breaks": "^4.0.0",
    "remark-gfm": "^4.0.1",
    "remark-math": "^6.0.0",
    "tailwind-merge": "^3.3.1",
    "tailwindcss": "^3.4.1",
    "tailwindcss-animate": "^1.0.7",
    "turndown": "^7.2.2",
    "undici": "^7.13.0",
    "unist-util-visit": "^5.1.0",
    "universal-user-agent": "^7.0.3",
    "uuid": "^11.1.0",
    "zod": "^3.23.8"
  },
  "overrides": {
    "@browserbasehq/stagehand": {
      "openai": "^5.9.0"
    },
    "@testing-library/react": {
      "react": "^19.0.1",
      "react-dom": "^19.0.1"
    },
    "@testing-library/dom": {
      "react": "^19.0.1",
      "react-dom": "^19.0.1"
    },
    "langsmith": ">=0.4.6",
    "tar": "^7.5.7"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@playwright/test": "^1.40.0",
    "@swc/jest": "^0.2.39",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/archiver": "^7.0.0",
    "@types/bcrypt": "^5.0.2",
    "@types/bcryptjs": "^3.0.0",
    "@types/cookie": "^0.6.0",
    "@types/jest": "^29.5.0",
    "@types/js-beautify": "^1.14.3",
    "@types/jsonwebtoken": "^9.0.9",
    "@types/minimatch": "^5.1.2",
    "@types/node": "^20",
    "@types/pdfjs-dist": "^2.10.377",
    "@types/pg": "^8.11.14",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/redis": "^4.0.10",
    "@types/turndown": "^5.0.6",
    "eslint": "^9",
    "eslint-config-next": "16.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.2.0",
    "msw": "^2.12.7",
    "postcss": "^8.5.3",
    "typescript": "5.8.3"
  }
}
