typebot.io/apps/viewer/package.json
2025-02-26 14:18:27 +01:00

75 lines
2.6 KiB
JSON

{
"name": "viewer",
"private": true,
"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",
"test": "dotenv -e ./.env -e ../../.env -- playwright test",
"test:report": "playwright show-report",
"test:ui": "dotenv -e ./.env -e ../../.env -- playwright test --ui"
},
"dependencies": {
"@chakra-ui/react": "2.10.6",
"partysocket": "1.0.2",
"@typebot.io/trpc-openapi": "workspace:*",
"@planetscale/database": "1.8.0",
"@sentry/nextjs": "9.1.0",
"@trpc/server": "10.45.2",
"@typebot.io/bot-engine": "workspace:*",
"@typebot.io/nextjs": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/groups": "workspace:*",
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/settings": "workspace:*",
"@typebot.io/whatsapp": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/credentials": "workspace:*",
"@typebot.io/chat-session": "workspace:*",
"@typebot.io/logs": "workspace:*",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"google-spreadsheet": "4.1.4",
"next": "14.2.13",
"nextjs-cors": "2.1.2",
"nodemailer": "6.9.15",
"openai": "4.81.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"stripe": "17.1.0",
"@faire/mjml-react": "3.3.0",
"@paralleldrive/cuid2": "2.2.1",
"@typebot.io/emails": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/forge": "workspace:*",
"@typebot.io/forge-repository": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/results": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/zod": "workspace:*",
"@typebot.io/typebot": "workspace:*",
"@typebot.io/theme": "workspace:*",
"@typebot.io/conditions": "workspace:*",
"@typebot.io/blocks-integrations": "workspace:*",
"@typebot.io/blocks-inputs": "workspace:*",
"@typebot.io/blocks-logic": "workspace:*",
"@typebot.io/blocks-bubbles": "workspace:*",
"papaparse": "5.4.1",
"superjson": "1.12.4",
"@typebot.io/legacy": "workspace:*"
},
"devDependencies": {
"@playwright/test": "1.45.2",
"@typebot.io/playwright": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/cors": "2.8.13",
"@types/node": "20.4.2",
"@types/nodemailer": "6.4.14",
"@types/papaparse": "5.3.7",
"@types/react": "18.3.18",
"dotenv": "16.4.5",
"dotenv-cli": "8.0.0",
"next-runtime-env": "1.6.2"
}
}