2021-11-29 15:19:07 +01:00
|
|
|
{
|
2023-09-22 16:25:31 +02:00
|
|
|
"name": "viewer",
|
2021-12-23 09:44:47 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2021-12-16 15:19:05 +01:00
|
|
|
"version": "0.1.0",
|
2021-11-29 15:19:07 +01:00
|
|
|
"scripts": {
|
2023-08-28 09:13:53 +02:00
|
|
|
"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",
|
2024-04-03 10:37:20 +02:00
|
|
|
"format:check": "prettier --check ./src --ignore-path ../../.prettierignore",
|
2023-08-28 09:13:53 +02:00
|
|
|
"test": "dotenv -e ./.env -e ../../.env -- pnpm playwright test",
|
2024-03-15 16:32:29 +01:00
|
|
|
"test:report": "pnpm playwright show-report",
|
|
|
|
"test:ui": "dotenv -e ./.env -e ../../.env -- pnpm playwright test --ui"
|
2021-11-29 15:19:07 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-22 09:13:53 +01:00
|
|
|
"@lilyrose2798/trpc-openapi": "^1.3.9",
|
2023-11-06 16:22:25 +01:00
|
|
|
"@planetscale/database": "1.8.0",
|
2023-11-06 16:24:26 +01:00
|
|
|
"@sentry/nextjs": "7.77.0",
|
2023-10-07 12:03:42 +02:00
|
|
|
"@trpc/server": "10.40.0",
|
2023-10-06 14:22:38 +02:00
|
|
|
"@typebot.io/bot-engine": "workspace:*",
|
2023-11-08 15:34:16 +01:00
|
|
|
"@typebot.io/js": "workspace:*",
|
2023-12-22 09:13:53 +01:00
|
|
|
"@typebot.io/nextjs": "workspace:*",
|
2023-08-28 09:13:53 +02:00
|
|
|
"@typebot.io/prisma": "workspace:*",
|
2024-06-20 12:08:31 +02:00
|
|
|
"ai": "3.2.1",
|
2022-11-29 10:02:40 +01:00
|
|
|
"bot-engine": "workspace:*",
|
2022-10-02 10:34:13 +02:00
|
|
|
"cors": "2.8.5",
|
2024-01-31 09:54:09 +01:00
|
|
|
"google-spreadsheet": "4.1.1",
|
2023-03-14 15:08:53 +01:00
|
|
|
"got": "12.6.0",
|
2024-07-11 16:09:49 +02:00
|
|
|
"isolated-vm": "5.0.1",
|
2024-06-17 14:12:14 +02:00
|
|
|
"ky": "1.2.4",
|
2024-01-31 14:58:31 +01:00
|
|
|
"next": "14.1.0",
|
2023-03-14 15:08:53 +01:00
|
|
|
"nextjs-cors": "2.1.2",
|
2024-03-21 10:23:23 +01:00
|
|
|
"nodemailer": "6.9.8",
|
2024-05-21 16:08:35 +02:00
|
|
|
"openai": "4.47.1",
|
2023-05-25 17:24:39 +02:00
|
|
|
"qs": "6.11.2",
|
2022-10-02 10:34:13 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-12-22 09:13:53 +01:00
|
|
|
"stripe": "12.13.0"
|
2021-11-29 15:19:07 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-25 17:24:39 +02:00
|
|
|
"@faire/mjml-react": "3.3.0",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@paralleldrive/cuid2": "2.2.1",
|
2024-05-02 15:11:16 +02:00
|
|
|
"@playwright/test": "1.43.1",
|
2023-05-02 13:37:02 -04:00
|
|
|
"@typebot.io/emails": "workspace:*",
|
2023-08-28 09:13:53 +02:00
|
|
|
"@typebot.io/env": "workspace:*",
|
2023-12-22 09:13:53 +01:00
|
|
|
"@typebot.io/forge": "workspace:*",
|
|
|
|
"@typebot.io/forge-repository": "workspace:*",
|
2023-05-02 13:37:02 -04:00
|
|
|
"@typebot.io/lib": "workspace:*",
|
2024-05-22 11:42:31 +02:00
|
|
|
"@typebot.io/playwright": "workspace:*",
|
|
|
|
"@typebot.io/results": "workspace:*",
|
2023-05-02 13:37:02 -04:00
|
|
|
"@typebot.io/schemas": "workspace:*",
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2023-12-13 10:22:02 +01:00
|
|
|
"@typebot.io/variables": "workspace:*",
|
2022-12-05 16:16:49 +01:00
|
|
|
"@types/cors": "2.8.13",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@types/node": "20.4.2",
|
2024-03-21 10:23:23 +01:00
|
|
|
"@types/nodemailer": "6.4.14",
|
2023-01-02 10:33:35 +01:00
|
|
|
"@types/papaparse": "5.3.7",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/qs": "6.9.7",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@types/react": "18.2.15",
|
2024-05-02 15:11:16 +02:00
|
|
|
"dotenv": "16.4.5",
|
2024-05-22 11:42:31 +02:00
|
|
|
"dotenv-cli": "7.4.1",
|
2023-07-15 10:46:36 +02:00
|
|
|
"eslint": "8.44.0",
|
2022-11-21 11:12:43 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
2023-07-15 10:46:36 +02:00
|
|
|
"google-auth-library": "8.9.0",
|
2023-11-06 16:22:25 +01:00
|
|
|
"next-runtime-env": "1.6.2",
|
2023-04-03 09:00:39 +02:00
|
|
|
"papaparse": "5.4.1",
|
2023-07-15 10:46:36 +02:00
|
|
|
"superjson": "1.12.4",
|
2024-04-24 16:11:06 +02:00
|
|
|
"typescript": "5.4.5",
|
2024-05-22 11:42:31 +02:00
|
|
|
"zod": "3.22.4"
|
2021-11-29 15:19:07 +01:00
|
|
|
}
|
2024-06-20 12:08:31 +02:00
|
|
|
}
|