2021-11-29 15:19:07 +01: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-03-15 08:35:16 +01:00
|
|
|
"dev": "cross-env ENVSH_ENV=.env.local bash ../../scripts/env.sh next dev -p 3001",
|
|
|
|
"build": "cross-env ENVSH_ENV=.env.local bash ../../scripts/env.sh next build",
|
2023-01-14 15:39:19 +01:00
|
|
|
"build:docker": "next build",
|
2023-03-15 08:35:16 +01:00
|
|
|
"build:env": "cd ../.. && cross-env ENVSH_ENV=./apps/viewer/.env.docker ENVSH_OUTPUT=./apps/viewer/public/__env.js bash scripts/env.sh",
|
2022-11-02 19:45:46 +01:00
|
|
|
"start": "next start -p 3001",
|
2022-02-20 10:45:55 +01:00
|
|
|
"lint": "next lint",
|
2022-08-08 08:21:36 +02:00
|
|
|
"test": "pnpm playwright test",
|
2022-11-02 19:45:46 +01:00
|
|
|
"test:report": "pnpm playwright show-report"
|
2021-11-29 15:19:07 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-02 13:37:02 -04:00
|
|
|
"@dqbd/tiktoken": "^1.0.7",
|
2023-05-02 14:37:34 -04:00
|
|
|
"@sentry/nextjs": "7.50.0",
|
|
|
|
"@trpc/server": "10.23.0",
|
2023-01-25 11:27:47 +01:00
|
|
|
"@typebot.io/js": "workspace:*",
|
2023-05-02 13:37:02 -04:00
|
|
|
"@typebot.io/prisma": "workspace:*",
|
2022-12-22 17:02:34 +01:00
|
|
|
"@typebot.io/react": "workspace:*",
|
2023-05-02 14:37:34 -04:00
|
|
|
"aws-sdk": "2.1369.0",
|
2022-11-29 10:02:40 +01:00
|
|
|
"bot-engine": "workspace:*",
|
2022-10-02 10:34:13 +02:00
|
|
|
"cors": "2.8.5",
|
|
|
|
"google-spreadsheet": "3.3.0",
|
2023-03-14 15:08:53 +01:00
|
|
|
"got": "12.6.0",
|
2023-05-02 14:37:34 -04:00
|
|
|
"libphonenumber-js": "1.10.28",
|
|
|
|
"next": "13.3.4",
|
2023-03-14 15:08:53 +01:00
|
|
|
"nextjs-cors": "2.1.2",
|
2023-01-28 14:42:50 +01:00
|
|
|
"nodemailer": "6.9.1",
|
2023-03-14 15:08:53 +01:00
|
|
|
"openai": "3.2.1",
|
|
|
|
"qs": "6.11.1",
|
2022-10-02 10:34:13 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-05-02 14:37:34 -04:00
|
|
|
"stripe": "12.3.0",
|
2023-01-28 14:42:50 +01:00
|
|
|
"trpc-openapi": "1.1.2"
|
2021-11-29 15:19:07 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-03 09:00:39 +02:00
|
|
|
"@faire/mjml-react": "3.2.0",
|
2023-03-09 08:46:36 +01:00
|
|
|
"@paralleldrive/cuid2": "2.2.0",
|
2023-05-02 14:37:34 -04:00
|
|
|
"@playwright/test": "1.33.0",
|
2023-05-02 13:37:02 -04:00
|
|
|
"@typebot.io/emails": "workspace:*",
|
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
"@typebot.io/schemas": "workspace:*",
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2022-12-05 16:16:49 +01:00
|
|
|
"@types/cors": "2.8.13",
|
2023-02-23 09:21:18 +01:00
|
|
|
"@types/google-spreadsheet": "3.3.1",
|
2023-05-02 14:37:34 -04:00
|
|
|
"@types/node": "18.16.3",
|
2022-12-18 11:50:56 +01:00
|
|
|
"@types/nodemailer": "6.4.7",
|
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-05-02 14:37:34 -04:00
|
|
|
"@types/react": "18.2.0",
|
2023-04-03 09:00:39 +02:00
|
|
|
"@types/sanitize-html": "2.9.0",
|
2022-12-22 17:02:34 +01:00
|
|
|
"dotenv": "16.0.3",
|
2023-05-02 14:37:34 -04:00
|
|
|
"eslint": "8.39.0",
|
2022-11-21 11:12:43 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
2023-05-02 14:37:34 -04:00
|
|
|
"google-auth-library": "8.8.0",
|
2023-03-14 15:08:53 +01:00
|
|
|
"node-fetch": "3.3.1",
|
2023-04-03 09:00:39 +02:00
|
|
|
"papaparse": "5.4.1",
|
2023-05-02 14:37:34 -04:00
|
|
|
"superjson": "1.12.3",
|
|
|
|
"typescript": "5.0.4",
|
2023-03-14 15:08:53 +01:00
|
|
|
"zod": "3.21.4"
|
2021-11-29 15:19:07 +01:00
|
|
|
}
|
|
|
|
}
|