mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
75 lines
2.6 KiB
JSON
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:e2e": "dotenv -e ./.env -e ../../.env -- playwright test",
|
|
"test:e2e:report": "playwright show-report"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"partysocket": "^1.0.2",
|
|
"@planetscale/database": "^1.8.0",
|
|
"@sentry/nextjs": "^10.8.0",
|
|
"@trpc/server": "^11.3.1",
|
|
"trpc-to-openapi": "^2.3.1",
|
|
"@typebot.io/bot-engine": "workspace:*",
|
|
"@typebot.io/react": "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/chat-api": "workspace:*",
|
|
"@typebot.io/logs": "workspace:*",
|
|
"@typebot.io/user": "workspace:*",
|
|
"bot-engine": "workspace:*",
|
|
"cors": "^2.8.5",
|
|
"google-spreadsheet": "^4.1.4",
|
|
"next": "^15.3.0",
|
|
"nextjs-cors": "^2.1.2",
|
|
"nodemailer": "^7.0.6",
|
|
"openai": "^4.81.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"stripe": "^17.1.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:*",
|
|
"@typebot.io/runtime-session-store": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.51.0",
|
|
"@typebot.io/playwright": "workspace:*",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@types/cors": "^2.8.13",
|
|
"@types/node": "^20.4.2",
|
|
"@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"
|
|
}
|
|
}
|