mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
70 lines
2.4 KiB
JSON
70 lines
2.4 KiB
JSON
{
|
|
"name": "viewer",
|
|
"license": "AGPL-3.0-or-later",
|
|
"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": {
|
|
"@typebot.io/trpc-openapi": "workspace:*",
|
|
"@planetscale/database": "1.8.0",
|
|
"@sentry/nextjs": "7.77.0",
|
|
"@trpc/server": "10.40.0",
|
|
"@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:*",
|
|
"ai": "3.3.15",
|
|
"bot-engine": "workspace:*",
|
|
"cors": "2.8.5",
|
|
"google-spreadsheet": "4.1.1",
|
|
"next": "14.2.13",
|
|
"nextjs-cors": "2.1.2",
|
|
"nodemailer": "6.9.8",
|
|
"openai": "4.52.7",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"stripe": "12.13.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:*",
|
|
"google-auth-library": "8.9.0",
|
|
"papaparse": "5.4.1",
|
|
"superjson": "1.12.4"
|
|
},
|
|
"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.2.15",
|
|
"dotenv": "16.4.5",
|
|
"dotenv-cli": "7.4.1",
|
|
"next-runtime-env": "1.6.2"
|
|
}
|
|
}
|