2
0
Files
bot/apps/builder/package.json

138 lines
4.6 KiB
JSON
Raw Normal View History

2021-11-29 15:19:07 +01:00
{
"name": "builder",
2021-12-16 15:19:05 +01:00
"version": "0.1.0",
2021-12-23 09:44:47 +01:00
"license": "AGPL-3.0-or-later",
2021-11-29 15:19:07 +01:00
"scripts": {
"dev": "dotenv -e ./.env -e ../../.env -- next dev -p 3000",
"build": "dotenv -e ./.env -e ../../.env -- next build",
"start": "dotenv -e ./.env -e ../../.env -- next start",
"lint": "dotenv -e ./.env -e ../../.env -- next lint",
"test": "dotenv -e ./.env -e ../../.env -- pnpm playwright test",
"test:show-report": "pnpm playwright show-report src/test/reporters",
"test:ui": "dotenv -e ./.env -e ../../.env -- pnpm playwright test --ui",
"format:check": "prettier --check ./src --ignore-path ../../.prettierignore"
},
2021-11-29 15:19:07 +01:00
"dependencies": {
"@braintree/sanitize-url": "7.0.1",
2024-06-17 14:12:14 +02:00
"@chakra-ui/anatomy": "2.2.2",
"@chakra-ui/react": "2.8.2",
"@chakra-ui/theme-tools": "2.1.2",
2023-02-23 09:21:18 +01:00
"@dnd-kit/core": "6.0.8",
2023-01-07 17:06:18 +01:00
"@dnd-kit/sortable": "7.0.2",
2022-12-18 11:50:56 +01:00
"@dnd-kit/utilities": "3.2.1",
2024-06-17 14:12:14 +02:00
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
2023-05-25 17:24:39 +02:00
"@faire/mjml-react": "3.3.0",
2023-07-18 09:25:24 +02:00
"@giphy/js-fetch-api": "5.0.0",
2022-12-05 16:16:49 +01:00
"@giphy/js-types": "4.4.0",
"@giphy/js-util": "5.0.0",
2023-07-15 10:46:36 +02:00
"@giphy/react-components": "7.1.0",
"@googleapis/drive": "8.0.0",
"@lilyrose2798/trpc-openapi": "^1.3.9",
2023-07-15 10:46:36 +02:00
"@paralleldrive/cuid2": "2.2.1",
"@sentry/nextjs": "7.77.0",
"@tanstack/react-query": "4.29.19",
2023-07-15 10:46:36 +02:00
"@tanstack/react-table": "8.9.3",
"@tolgee/format-icu": "5.19.0",
"@tolgee/react": "5.19.0",
"@trpc/client": "10.40.0",
"@trpc/next": "10.40.0",
"@trpc/react-query": "10.40.0",
"@trpc/server": "10.40.0",
"@typebot.io/bot-engine": "workspace:*",
"@typebot.io/emails": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/js": "workspace:*",
"@typebot.io/nextjs": "workspace:*",
2024-05-22 11:42:31 +02:00
"@typebot.io/theme": "workspace:*",
"@udecode/cn": "29.0.1",
"@udecode/plate-basic-marks": "30.5.3",
"@udecode/plate-common": "30.4.5",
"@udecode/plate-core": "30.4.5",
"@udecode/plate-floating": "30.5.3",
"@udecode/plate-link": "30.5.3",
"@uiw/codemirror-extensions-langs": "4.21.24",
"@uiw/codemirror-theme-github": "4.21.24",
"@uiw/codemirror-theme-tokyo-night": "4.21.24",
"@uiw/react-codemirror": "4.21.24",
"@upstash/ratelimit": "0.4.3",
"@use-gesture/react": "10.2.27",
2023-03-14 15:08:53 +01:00
"browser-image-compression": "2.0.2",
2022-11-02 19:45:46 +01:00
"canvas-confetti": "1.6.0",
"codemirror": "6.0.1",
2022-11-15 15:42:13 +01:00
"deep-object-diff": "1.1.9",
"dequal": "2.0.3",
2023-04-03 09:00:39 +02:00
"emojilib": "3.0.10",
"focus-visible": "5.2.0",
2024-06-17 14:12:14 +02:00
"framer-motion": "11.1.7",
2023-07-15 10:46:36 +02:00
"google-auth-library": "8.9.0",
"google-spreadsheet": "4.1.1",
2023-05-25 17:24:39 +02:00
"immer": "10.0.2",
"ioredis": "^5.4.1",
"isolated-vm": "5.0.1",
2023-07-15 10:46:36 +02:00
"jsonwebtoken": "9.0.1",
2024-06-17 14:12:14 +02:00
"ky": "1.2.4",
"libphonenumber-js": "1.10.37",
2022-11-27 10:31:23 +01:00
"micro": "10.0.1",
"micro-cors": "0.1.1",
2024-01-31 14:58:31 +01:00
"next": "14.1.0",
"next-auth": "4.22.1",
"nextjs-cors": "2.1.2",
:zap: Introduce a new high-performing standalone chat API (#1200) Closes #1154 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added authentication functionality for user sessions in chat API. - Introduced chat-related API endpoints for starting, previewing, and continuing chat sessions, and streaming messages. - Implemented WhatsApp API webhook handling for receiving and processing messages. - Added environment variable `NEXT_PUBLIC_CHAT_API_URL` for chat API URL configuration. - **Bug Fixes** - Adjusted file upload logic to correctly determine the API host. - Fixed message streaming URL in chat integration with OpenAI. - **Documentation** - Updated guides for creating blocks, local installation, self-hosting, and deployment to use `bun` instead of `pnpm`. - **Refactor** - Refactored chat API functionalities to use modular architecture. - Simplified client log saving and session update functionalities by using external functions. - Transitioned package management and workflow commands to use `bun`. - **Chores** - Switched to `bun` for package management in Dockerfiles and GitHub workflows. - Added new Dockerfile for chat API service setup with Bun framework. - Updated `.prettierignore` and documentation with new commands. - **Style** - No visible changes to end-users. - **Tests** - No visible changes to end-users. - **Revert** - No reverts in this release. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-21 10:23:23 +01:00
"nodemailer": "6.9.8",
"nprogress": "0.2.0",
"openai": "4.47.1",
2023-04-03 09:00:39 +02:00
"papaparse": "5.4.1",
2023-05-02 14:37:34 -04:00
"prettier": "2.8.8",
2023-05-25 17:24:39 +02:00
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"shared-zustand": "2.0.0",
"sonner": "1.3.1",
2023-07-15 10:46:36 +02:00
"stripe": "12.13.0",
"svg-round-corners": "0.4.1",
2023-07-15 10:46:36 +02:00
"swr": "2.2.0",
2023-02-23 09:21:18 +01:00
"tinycolor2": "1.6.0",
"unsplash-js": "7.0.18",
"use-debounce": "9.0.4",
"zod-validation-error": "3.0.3",
"zustand": "4.5.0"
2021-11-29 15:19:07 +01:00
},
"devDependencies": {
2024-06-17 14:12:14 +02:00
"@chakra-ui/styled-system": "2.9.2",
"@playwright/test": "1.45.2",
"@typebot.io/billing": "workspace:*",
"@typebot.io/forge": "workspace:*",
"@typebot.io/forge-repository": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/migrations": "workspace:*",
"@typebot.io/playwright": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/radar": "workspace:*",
"@typebot.io/results": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/telemetry": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
2022-11-15 15:42:13 +01:00
"@types/canvas-confetti": "1.6.0",
2023-05-02 14:37:34 -04:00
"@types/jsonwebtoken": "9.0.2",
2023-02-23 09:21:18 +01:00
"@types/micro-cors": "0.1.3",
2023-07-15 10:46:36 +02:00
"@types/node": "20.4.2",
:zap: Introduce a new high-performing standalone chat API (#1200) Closes #1154 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added authentication functionality for user sessions in chat API. - Introduced chat-related API endpoints for starting, previewing, and continuing chat sessions, and streaming messages. - Implemented WhatsApp API webhook handling for receiving and processing messages. - Added environment variable `NEXT_PUBLIC_CHAT_API_URL` for chat API URL configuration. - **Bug Fixes** - Adjusted file upload logic to correctly determine the API host. - Fixed message streaming URL in chat integration with OpenAI. - **Documentation** - Updated guides for creating blocks, local installation, self-hosting, and deployment to use `bun` instead of `pnpm`. - **Refactor** - Refactored chat API functionalities to use modular architecture. - Simplified client log saving and session update functionalities by using external functions. - Transitioned package management and workflow commands to use `bun`. - **Chores** - Switched to `bun` for package management in Dockerfiles and GitHub workflows. - Added new Dockerfile for chat API service setup with Bun framework. - Updated `.prettierignore` and documentation with new commands. - **Style** - No visible changes to end-users. - **Tests** - No visible changes to end-users. - **Revert** - No reverts in this release. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-21 10:23:23 +01:00
"@types/nodemailer": "6.4.14",
"@types/nprogress": "0.2.0",
"@types/papaparse": "5.3.7",
2023-07-15 10:46:36 +02:00
"@types/prettier": "2.7.3",
"@types/qs": "6.9.7",
2023-07-15 10:46:36 +02:00
"@types/react": "18.2.15",
"@types/tinycolor2": "1.4.3",
2024-05-22 11:42:31 +02:00
"dotenv": "16.4.5",
"dotenv-cli": "7.4.1",
2023-07-15 10:46:36 +02:00
"eslint": "8.44.0",
2022-11-30 16:27:32 +01:00
"eslint-config-custom": "workspace:*",
"next-runtime-env": "1.6.2",
"superjson": "1.12.4",
"typescript": "5.4.5",
"zod": "3.22.4",
"@typebot.io/variables": "workspace:*"
2021-11-29 15:19:07 +01:00
}
}