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": {
|
2022-03-12 07:53:37 +01:00
|
|
|
"dx": "yarn dev",
|
2022-06-22 07:36:11 +02:00
|
|
|
"dev": "ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3000",
|
|
|
|
"build": "cp .env.docker .env.production && ENVSH_ENV=.env.production bash ../../env.sh next build",
|
|
|
|
"build:docker": "next build",
|
2021-11-29 15:19:07 +01:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint",
|
2022-02-24 11:13:19 +01:00
|
|
|
"test": "yarn playwright test",
|
|
|
|
"test:open": "PWDEBUG=1 yarn playwright test"
|
2021-11-29 15:19:07 +01:00
|
|
|
},
|
2022-02-12 10:12:43 +01:00
|
|
|
"msw": {
|
|
|
|
"workerDirectory": "public"
|
|
|
|
},
|
2021-11-29 15:19:07 +01:00
|
|
|
"dependencies": {
|
2022-05-13 09:18:25 -07:00
|
|
|
"@chakra-ui/css-reset": "^2.0.0",
|
|
|
|
"@chakra-ui/react": "^2.0.0",
|
|
|
|
"@codemirror/basic-setup": "^0.20.0",
|
|
|
|
"@codemirror/lang-css": "^0.20.0",
|
|
|
|
"@codemirror/lang-html": "^0.20.0",
|
|
|
|
"@codemirror/lang-javascript": "^0.20.0",
|
|
|
|
"@codemirror/lang-json": "^0.20.0",
|
2022-01-22 18:24:57 +01:00
|
|
|
"@codemirror/text": "^0.19.6",
|
2022-05-13 09:18:25 -07:00
|
|
|
"@emotion/react": "^11.9.0",
|
2022-03-12 07:53:37 +01:00
|
|
|
"@emotion/styled": "^11.8.1",
|
2022-01-20 16:14:47 +01:00
|
|
|
"@giphy/js-fetch-api": "^4.1.2",
|
|
|
|
"@giphy/js-types": "^4.1.0",
|
2022-05-13 09:18:25 -07:00
|
|
|
"@giphy/react-components": "^5.7.0",
|
2022-03-12 07:53:37 +01:00
|
|
|
"@googleapis/drive": "^2.3.0",
|
2022-05-13 09:18:25 -07:00
|
|
|
"@sentry/nextjs": "^6.19.7",
|
|
|
|
"@stripe/stripe-js": "^1.29.0",
|
2022-06-20 13:05:08 +02:00
|
|
|
"@udecode/plate-basic-marks": "^13.1.0",
|
2021-12-22 14:59:07 +01:00
|
|
|
"@udecode/plate-common": "^7.0.2",
|
2022-06-20 13:05:08 +02:00
|
|
|
"@udecode/plate-core": "^13.1.0",
|
|
|
|
"@udecode/plate-link": "^13.1.0",
|
|
|
|
"@udecode/plate-ui-link": "^13.1.0",
|
|
|
|
"@udecode/plate-ui-toolbar": "^13.1.0",
|
2022-06-12 17:34:33 +02:00
|
|
|
"aws-sdk": "^2.1152.0",
|
2021-12-16 15:19:05 +01:00
|
|
|
"bot-engine": "*",
|
2022-05-13 09:18:25 -07:00
|
|
|
"browser-image-compression": "^2.0.0",
|
2022-03-23 09:56:39 +01:00
|
|
|
"canvas-confetti": "^1.5.1",
|
2022-02-24 11:13:19 +01:00
|
|
|
"cuid": "^2.1.8",
|
2021-12-16 15:19:05 +01:00
|
|
|
"db": "*",
|
2022-02-02 08:05:02 +01:00
|
|
|
"deep-object-diff": "^1.1.7",
|
2022-03-10 18:17:51 +01:00
|
|
|
"dequal": "^2.0.2",
|
2022-04-01 16:28:09 +02:00
|
|
|
"emoji-mart": "^3.0.1",
|
2021-12-06 15:48:50 +01:00
|
|
|
"focus-visible": "^5.2.0",
|
2022-05-13 09:18:25 -07:00
|
|
|
"framer-motion": "6.3.3",
|
|
|
|
"google-auth-library": "^8.0.2",
|
2022-01-18 18:25:18 +01:00
|
|
|
"google-spreadsheet": "^3.2.0",
|
2022-05-13 09:18:25 -07:00
|
|
|
"got": "^12.0.4",
|
|
|
|
"htmlparser2": "^8.0.1",
|
|
|
|
"immer": "^9.0.14",
|
2022-01-20 17:45:25 +01:00
|
|
|
"js-video-url-parser": "^0.5.1",
|
2022-03-07 10:40:09 +01:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2022-05-13 09:18:25 -07:00
|
|
|
"kbar": "^0.1.0-beta.34",
|
2021-12-29 10:22:26 +01:00
|
|
|
"micro": "^9.3.4",
|
2021-12-27 15:59:32 +01:00
|
|
|
"micro-cors": "^0.1.1",
|
2022-01-06 16:54:23 +01:00
|
|
|
"models": "*",
|
2022-05-13 09:18:25 -07:00
|
|
|
"next": "^12.1.6",
|
|
|
|
"next-auth": "4.3.4",
|
|
|
|
"nodemailer": "^6.7.5",
|
2021-11-29 15:19:07 +01:00
|
|
|
"nprogress": "^0.2.0",
|
2022-04-02 10:38:00 +02:00
|
|
|
"papaparse": "^5.3.2",
|
2022-05-13 09:18:25 -07:00
|
|
|
"prettier": "^2.6.2",
|
2022-05-24 14:25:15 -07:00
|
|
|
"qs": "^6.10.3",
|
2022-05-13 09:18:25 -07:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"react-draggable": "^4.4.5",
|
2021-12-24 10:08:41 +01:00
|
|
|
"react-table": "^7.7.0",
|
2022-06-20 13:05:08 +02:00
|
|
|
"slate": "^0.81.1",
|
2021-12-22 14:59:07 +01:00
|
|
|
"slate-history": "^0.66.0",
|
2022-05-13 09:18:25 -07:00
|
|
|
"slate-hyperscript": "^0.77.0",
|
2022-06-20 13:05:08 +02:00
|
|
|
"slate-react": "^0.81.0",
|
2022-05-24 16:04:12 -07:00
|
|
|
"stripe": "^9.4.0",
|
2022-04-02 10:38:00 +02:00
|
|
|
"styled-components": "^5.3.5",
|
2021-12-16 15:19:05 +01:00
|
|
|
"svg-round-corners": "^0.3.0",
|
2022-05-13 09:18:25 -07:00
|
|
|
"swr": "^1.3.0",
|
2022-04-06 09:15:43 +02:00
|
|
|
"tinycolor2": "^1.4.2",
|
2022-03-12 07:53:37 +01:00
|
|
|
"typebot-js": "*",
|
2022-05-13 09:18:25 -07:00
|
|
|
"use-debounce": "^8.0.1",
|
2022-05-24 14:25:15 -07:00
|
|
|
"utils": "*"
|
2021-11-29 15:19:07 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-13 09:18:25 -07:00
|
|
|
"@playwright/test": "^1.22.0",
|
2022-06-12 17:34:33 +02:00
|
|
|
"@types/aws-sdk": "^2.7.0",
|
2022-03-23 09:56:39 +01:00
|
|
|
"@types/canvas-confetti": "^1.4.2",
|
2022-04-01 16:28:09 +02:00
|
|
|
"@types/emoji-mart": "^3.0.9",
|
2022-05-13 09:18:25 -07:00
|
|
|
"@types/google-spreadsheet": "^3.2.1",
|
2022-03-12 07:53:37 +01:00
|
|
|
"@types/jsonwebtoken": "8.5.8",
|
2021-12-27 15:59:32 +01:00
|
|
|
"@types/micro-cors": "^0.1.2",
|
2022-05-13 09:18:25 -07:00
|
|
|
"@types/node": "^17.0.33",
|
2022-03-12 07:53:37 +01:00
|
|
|
"@types/nodemailer": "^6.4.4",
|
2021-11-29 15:19:07 +01:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-02-14 18:04:23 +01:00
|
|
|
"@types/papaparse": "^5.3.2",
|
2022-05-13 09:18:25 -07:00
|
|
|
"@types/prettier": "^2.6.1",
|
2022-05-24 14:25:15 -07:00
|
|
|
"@types/qs": "^6.9.7",
|
2022-05-13 09:18:25 -07:00
|
|
|
"@types/react": "^18.0.9",
|
|
|
|
"@types/react-table": "^7.7.12",
|
2022-04-06 09:15:43 +02:00
|
|
|
"@types/tinycolor2": "^1.4.3",
|
2022-05-13 09:18:25 -07:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
|
|
"dotenv": "^16.0.1",
|
2021-11-29 15:19:07 +01:00
|
|
|
"eslint": "<8.0.0",
|
2022-05-13 09:18:25 -07:00
|
|
|
"eslint-config-next": "12.1.6",
|
2022-04-06 09:15:43 +02:00
|
|
|
"msw": "^0.39.2",
|
2022-05-24 14:25:15 -07:00
|
|
|
"typescript": "^4.6.4"
|
2021-11-29 15:19:07 +01:00
|
|
|
}
|
|
|
|
}
|