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": {
|
2023-03-15 08:35:16 +01:00
|
|
|
"dev": "cross-env ENVSH_ENV=.env.local bash ../../scripts/env.sh next dev -p 3000",
|
|
|
|
"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/builder/.env.docker ENVSH_OUTPUT=./apps/builder/public/__env.js bash scripts/env.sh",
|
2021-11-29 15:19:07 +01:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint",
|
2022-08-08 08:21:36 +02:00
|
|
|
"test": "pnpm playwright test",
|
2023-01-06 14:45:09 +01:00
|
|
|
"test:show-report": "pnpm playwright show-report src/test/reporters"
|
2022-02-12 10:12:43 +01:00
|
|
|
},
|
2021-11-29 15:19:07 +01:00
|
|
|
"dependencies": {
|
2023-01-02 10:33:35 +01:00
|
|
|
"@chakra-ui/anatomy": "^2.1.1",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@chakra-ui/react": "2.6.1",
|
2023-01-02 10:33:35 +01:00
|
|
|
"@chakra-ui/theme-tools": "^2.0.16",
|
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",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@emotion/react": "11.11.0",
|
|
|
|
"@emotion/styled": "11.11.0",
|
|
|
|
"@faire/mjml-react": "3.3.0",
|
|
|
|
"@giphy/js-fetch-api": "4.9.1",
|
2022-12-05 16:16:49 +01:00
|
|
|
"@giphy/js-types": "4.4.0",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@giphy/react-components": "6.9.3",
|
|
|
|
"@googleapis/drive": "5.1.0",
|
2023-03-11 11:05:07 +01:00
|
|
|
"@paralleldrive/cuid2": "2.2.0",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@sentry/nextjs": "7.53.1",
|
|
|
|
"@stripe/stripe-js": "1.53.0",
|
|
|
|
"@tanstack/react-query": "^4.29.7",
|
|
|
|
"@tanstack/react-table": "8.9.1",
|
|
|
|
"@trpc/client": "10.27.3",
|
|
|
|
"@trpc/next": "10.27.3",
|
|
|
|
"@trpc/react-query": "10.27.3",
|
|
|
|
"@trpc/server": "10.27.3",
|
2023-03-29 15:20:01 +02:00
|
|
|
"@typebot.io/emails": "workspace:*",
|
2023-03-11 11:05:07 +01:00
|
|
|
"@typebot.io/js": "workspace:*",
|
|
|
|
"@typebot.io/react": "workspace:*",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@udecode/plate-basic-marks": "21.1.5",
|
|
|
|
"@udecode/plate-common": "^21.1.5",
|
|
|
|
"@udecode/plate-core": "21.1.5",
|
|
|
|
"@udecode/plate-link": "21.2.0",
|
|
|
|
"@udecode/plate-serializer-html": "21.1.5",
|
|
|
|
"@udecode/plate-ui-link": "21.2.0",
|
|
|
|
"@udecode/plate-ui-toolbar": "21.1.5",
|
|
|
|
"@uiw/codemirror-extensions-langs": "^4.20.2",
|
|
|
|
"@uiw/codemirror-theme-github": "^4.20.2",
|
|
|
|
"@uiw/codemirror-theme-tokyo-night": "^4.20.2",
|
|
|
|
"@uiw/react-codemirror": "^4.20.2",
|
|
|
|
"@use-gesture/react": "^10.2.27",
|
|
|
|
"aws-sdk": "2.1384.0",
|
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",
|
2022-10-02 10:34:13 +02:00
|
|
|
"codemirror": "6.0.1",
|
2022-11-15 15:42:13 +01:00
|
|
|
"deep-object-diff": "1.1.9",
|
2022-10-02 10:34:13 +02:00
|
|
|
"dequal": "2.0.3",
|
2023-04-03 09:00:39 +02:00
|
|
|
"emojilib": "3.0.10",
|
2022-10-02 10:34:13 +02:00
|
|
|
"focus-visible": "5.2.0",
|
2023-03-14 15:08:53 +01:00
|
|
|
"framer-motion": "10.3.0",
|
2023-05-02 14:37:34 -04:00
|
|
|
"google-auth-library": "8.8.0",
|
2022-10-02 10:34:13 +02:00
|
|
|
"google-spreadsheet": "3.3.0",
|
2023-03-14 15:08:53 +01:00
|
|
|
"got": "12.6.0",
|
2023-05-25 17:24:39 +02:00
|
|
|
"immer": "10.0.2",
|
2022-10-02 10:34:13 +02:00
|
|
|
"js-video-url-parser": "0.5.1",
|
2022-12-25 09:13:33 +01:00
|
|
|
"jsonwebtoken": "9.0.0",
|
2022-11-27 10:31:23 +01:00
|
|
|
"micro": "10.0.1",
|
2022-10-02 10:34:13 +02:00
|
|
|
"micro-cors": "0.1.1",
|
2023-05-25 17:24:39 +02:00
|
|
|
"minio": "7.1.1",
|
|
|
|
"next": "13.4.3",
|
2023-05-02 14:37:34 -04:00
|
|
|
"next-auth": "4.22.1",
|
2023-05-31 07:53:30 +02:00
|
|
|
"next-international": "^0.4.1",
|
2022-11-30 16:27:32 +01:00
|
|
|
"nextjs-cors": "^2.1.2",
|
2023-05-25 17:24:39 +02:00
|
|
|
"nodemailer": "6.9.2",
|
2022-10-02 10:34:13 +02:00
|
|
|
"nprogress": "0.2.0",
|
2023-04-03 09:00:39 +02:00
|
|
|
"papaparse": "5.4.1",
|
2023-05-02 14:37:34 -04:00
|
|
|
"posthog-node": "3.1.1",
|
|
|
|
"prettier": "2.8.8",
|
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-05-25 17:24:39 +02:00
|
|
|
"slate": "0.94.1",
|
2023-05-02 14:37:34 -04:00
|
|
|
"slate-history": "0.93.0",
|
2022-10-02 10:34:13 +02:00
|
|
|
"slate-hyperscript": "0.77.0",
|
2023-05-25 17:24:39 +02:00
|
|
|
"slate-react": "0.94.2",
|
|
|
|
"stripe": "12.6.0",
|
2023-05-02 14:37:34 -04:00
|
|
|
"styled-components": "5.3.10",
|
2022-10-02 10:34:13 +02:00
|
|
|
"svg-round-corners": "0.4.1",
|
2023-05-02 14:37:34 -04:00
|
|
|
"swr": "2.1.5",
|
2023-02-23 09:21:18 +01:00
|
|
|
"tinycolor2": "1.6.0",
|
2023-05-25 17:24:39 +02:00
|
|
|
"trpc-openapi": "1.2.0",
|
|
|
|
"unsplash-js": "^7.0.18",
|
2023-05-02 14:37:34 -04:00
|
|
|
"use-debounce": "9.0.4"
|
2021-11-29 15:19:07 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-02 14:37:34 -04:00
|
|
|
"@chakra-ui/styled-system": "2.9.0",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@playwright/test": "1.34.3",
|
2023-03-29 15:20:01 +02:00
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
"@typebot.io/prisma": "workspace:*",
|
|
|
|
"@typebot.io/schemas": "workspace:*",
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2022-11-15 15:42:13 +01:00
|
|
|
"@types/canvas-confetti": "1.6.0",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@types/google-spreadsheet": "3.3.2",
|
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-05-25 17:24:39 +02:00
|
|
|
"@types/minio": "7.1.0",
|
|
|
|
"@types/node": "20.2.3",
|
|
|
|
"@types/nodemailer": "6.4.8",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/nprogress": "0.2.0",
|
2023-01-02 10:33:35 +01:00
|
|
|
"@types/papaparse": "5.3.7",
|
2022-12-25 09:13:33 +01:00
|
|
|
"@types/prettier": "2.7.2",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/qs": "6.9.7",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@types/react": "18.2.7",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/tinycolor2": "1.4.3",
|
|
|
|
"dotenv": "16.0.3",
|
2023-05-25 17:24:39 +02:00
|
|
|
"eslint": "8.41.0",
|
2022-11-30 16:27:32 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
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
|
|
|
}
|
|
|
|
}
|