⚗️ Implement bot v2 MVP (#194)

Closes #190
This commit is contained in:
Baptiste Arnaud
2022-12-22 17:02:34 +01:00
committed by GitHub
parent e55823e011
commit 1a3869ae6d
202 changed files with 8060 additions and 1152 deletions

View File

@@ -14,6 +14,7 @@
"dependencies": {
"@sentry/nextjs": "7.27.0",
"@trpc/server": "10.5.0",
"@typebot.io/react": "workspace:*",
"aws-sdk": "2.1277.0",
"bot-engine": "workspace:*",
"cors": "2.8.5",
@@ -24,6 +25,7 @@
"next": "13.0.7",
"nextjs-cors": "^2.1.2",
"nodemailer": "6.8.0",
"phone": "^3.1.31",
"qs": "6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -42,8 +44,8 @@
"@types/qs": "6.9.7",
"@types/react": "18.0.26",
"@types/sanitize-html": "2.8.0",
"dotenv": "16.0.3",
"cuid": "2.1.8",
"dotenv": "16.0.3",
"emails": "workspace:*",
"eslint": "8.30.0",
"eslint-config-custom": "workspace:*",