{
  "name": "viewer",
  "license": "AGPL-3.0-or-later",
  "version": "0.1.0",
  "scripts": {
    "dev": "dotenv -e ./.env -e ../../.env  -- next dev -p 3001",
    "build": "dotenv -e ./.env -e ../../.env -- next build",
    "start": "dotenv -e ./.env -e ../../.env -- next start",
    "lint": "dotenv -e ./.env -e ../../.env -- next lint",
    "format:check": "prettier --check ./src --ignore-path ../../.prettierignore",
    "test": "dotenv -e ./.env -e ../../.env -- pnpm playwright test",
    "test:report": "pnpm playwright show-report",
    "test:ui": "dotenv -e ./.env -e ../../.env -- pnpm playwright test --ui"
  },
  "dependencies": {
    "@lilyrose2798/trpc-openapi": "^1.3.9",
    "@planetscale/database": "1.8.0",
    "@sentry/nextjs": "7.77.0",
    "@trpc/server": "10.40.0",
    "@typebot.io/bot-engine": "workspace:*",
    "@typebot.io/js": "workspace:*",
    "@typebot.io/nextjs": "workspace:*",
    "@typebot.io/prisma": "workspace:*",
    "ai": "3.0.31",
    "bot-engine": "workspace:*",
    "cors": "2.8.5",
    "google-spreadsheet": "4.1.1",
    "got": "12.6.0",
    "ky": "1.2.3",
    "next": "14.1.0",
    "nextjs-cors": "2.1.2",
    "nodemailer": "6.9.8",
    "openai": "4.38.3",
    "qs": "6.11.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "stripe": "12.13.0"
  },
  "devDependencies": {
    "dotenv": "16.4.5",
    "@faire/mjml-react": "3.3.0",
    "@paralleldrive/cuid2": "2.2.1",
    "@playwright/test": "1.43.1",
    "@typebot.io/emails": "workspace:*",
    "@typebot.io/env": "workspace:*",
    "@typebot.io/forge": "workspace:*",
    "@typebot.io/forge-repository": "workspace:*",
    "@typebot.io/lib": "workspace:*",
    "@typebot.io/schemas": "workspace:*",
    "@typebot.io/tsconfig": "workspace:*",
    "@typebot.io/variables": "workspace:*",
    "@types/cors": "2.8.13",
    "@types/node": "20.4.2",
    "@types/nodemailer": "6.4.14",
    "@types/papaparse": "5.3.7",
    "@types/qs": "6.9.7",
    "@types/react": "18.2.15",
    "dotenv-cli": "7.4.1",
    "dotenv": "16.4.5",
    "eslint": "8.44.0",
    "eslint-config-custom": "workspace:*",
    "google-auth-library": "8.9.0",
    "next-runtime-env": "1.6.2",
    "papaparse": "5.4.1",
    "superjson": "1.12.4",
    "typescript": "5.4.5",
    "zod": "3.22.4",
    "@typebot.io/playwright": "workspace:*",
    "@typebot.io/results": "workspace:*"
  }
}
