mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
80 lines
2.7 KiB
JSON
80 lines
2.7 KiB
JSON
{
|
|
"name": "viewer",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "22.x"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"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": {
|
|
"partysocket": "^1.0.2",
|
|
"@planetscale/database": "^1.8.0",
|
|
"@sentry/nextjs": "^10.32.1",
|
|
"@orpc/server": "^1.13.4",
|
|
"@orpc/openapi": "^1.13.4",
|
|
"@orpc/zod": "^1.13.4",
|
|
"@orpc/otel": "^1.12.3",
|
|
"@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:*",
|
|
"cors": "^2.8.5",
|
|
"google-spreadsheet": "^4.1.4",
|
|
"next": "^15.5.9",
|
|
"nextjs-cors": "^2.1.2",
|
|
"nodemailer": "^7.0.6",
|
|
"openai": "^6.9.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"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/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:*",
|
|
"@typebot.io/file-input-block": "workspace:*",
|
|
"@typebot.io/webhook-block": "workspace:*",
|
|
"papaparse": "^5.4.1",
|
|
"@typebot.io/runtime-session-store": "workspace:*",
|
|
"@typebot.io/config": "workspace:*",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.57.0",
|
|
"@typebot.io/playwright": "workspace:*",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@types/cors": "^2.8.13",
|
|
"@types/node": "^22.19.0",
|
|
"@types/papaparse": "^5.3.7",
|
|
"@types/react": "^19.2.7",
|
|
"dotenv": "^16.4.5",
|
|
"dotenv-cli": "^8.0.0",
|
|
"next-runtime-env": "^1.6.2"
|
|
}
|
|
}
|