{ "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", "test": "dotenv -e ./.env -e ../../.env -- pnpm playwright test", "test:report": "pnpm playwright show-report" }, "dependencies": { "@planetscale/database": "^1.8.0", "@sentry/nextjs": "7.66.0", "@trpc/server": "10.34.0", "@typebot.io/nextjs": "workspace:*", "@typebot.io/prisma": "workspace:*", "ai": "2.1.32", "@udecode/plate-common": "^21.1.5", "bot-engine": "workspace:*", "chrono-node": "^2.6.4", "cors": "2.8.5", "eventsource-parser": "^1.0.0", "google-spreadsheet": "4.0.2", "got": "12.6.0", "libphonenumber-js": "1.10.37", "next": "13.4.3", "nextjs-cors": "2.1.2", "node-html-parser": "^6.1.5", "nodemailer": "6.9.3", "openai": "3.3.0", "openai-edge": "^1.2.0", "qs": "6.11.2", "react": "18.2.0", "react-dom": "18.2.0", "remark-slate": "^1.8.6", "stripe": "12.13.0", "trpc-openapi": "1.2.0" }, "devDependencies": { "@faire/mjml-react": "3.3.0", "@paralleldrive/cuid2": "2.2.1", "@playwright/test": "1.36.0", "@typebot.io/emails": "workspace:*", "@typebot.io/env": "workspace:*", "@typebot.io/lib": "workspace:*", "@typebot.io/schemas": "workspace:*", "@typebot.io/tsconfig": "workspace:*", "@types/cors": "2.8.13", "@types/node": "20.4.2", "@types/nodemailer": "6.4.8", "@types/papaparse": "5.3.7", "@types/qs": "6.9.7", "@types/react": "18.2.15", "@types/sanitize-html": "2.9.0", "dotenv-cli": "^7.2.1", "next-runtime-env": "^1.6.2", "eslint": "8.44.0", "eslint-config-custom": "workspace:*", "google-auth-library": "8.9.0", "node-fetch": "3.3.1", "papaparse": "5.4.1", "superjson": "1.12.4", "typescript": "5.1.6", "zod": "3.21.4" } }