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

98 lines
2.9 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": {
2021-12-17 07:54:12 +01:00
"dev": "next dev -p 3000",
2021-11-29 15:19:07 +01:00
"build": "next build",
"start": "next start",
"lint": "next lint",
2021-12-16 15:19:05 +01:00
"test": "cypress run"
2021-11-29 15:19:07 +01:00
},
"dependencies": {
2021-12-06 15:48:50 +01:00
"@chakra-ui/css-reset": "^1.1.1",
2022-01-06 09:40:56 +01:00
"@chakra-ui/react": "^1.7.4",
2022-01-22 18:24:57 +01:00
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/text": "^0.19.6",
2021-12-06 15:48:50 +01:00
"@dnd-kit/core": "^4.0.3",
2021-12-16 10:43:49 +01:00
"@dnd-kit/sortable": "^5.1.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
2022-01-20 16:14:47 +01:00
"@giphy/js-fetch-api": "^4.1.2",
"@giphy/js-types": "^4.1.0",
"@giphy/react-components": "^5.4.0",
"@googleapis/drive": "^2.1.0",
2021-11-29 15:19:07 +01:00
"@next-auth/prisma-adapter": "next",
"@udecode/plate-basic-marks": "^9.0.0",
"@udecode/plate-common": "^7.0.2",
"@udecode/plate-core": "^9.0.0",
"@udecode/plate-link": "^9.0.0",
"@udecode/plate-ui-link": "^9.0.0",
"@udecode/plate-ui-toolbar": "^9.0.0",
2022-01-06 09:40:56 +01:00
"aws-sdk": "^2.1051.0",
2021-12-16 15:19:05 +01:00
"bot-engine": "*",
2022-01-20 16:14:47 +01:00
"browser-image-compression": "^1.0.17",
2021-12-16 15:19:05 +01:00
"db": "*",
"fast-equals": "^2.0.4",
2021-12-06 15:48:50 +01:00
"focus-visible": "^5.2.0",
2021-11-29 15:19:07 +01:00
"framer-motion": "^4",
"google-auth-library": "^7.11.0",
"google-spreadsheet": "^3.2.0",
2022-01-22 18:24:57 +01:00
"got": "^12.0.1",
"htmlparser2": "^7.2.0",
2022-01-06 09:40:56 +01:00
"immer": "^9.0.7",
2022-01-20 17:45:25 +01:00
"js-video-url-parser": "^0.5.1",
"kbar": "^0.1.0-beta.24",
"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": "*",
"next": "^12.0.7",
2021-11-29 15:19:07 +01:00
"next-auth": "beta",
"nodemailer": "^6.7.2",
2021-11-29 15:19:07 +01:00
"nprogress": "^0.2.0",
2022-01-04 15:50:56 +01:00
"papaparse": "^5.3.1",
2021-12-30 10:24:16 +01:00
"qs": "^6.10.2",
2021-11-29 15:19:07 +01:00
"react": "^17.0.2",
2021-12-06 15:48:50 +01:00
"react-dom": "^17.0.2",
"react-frame-component": "^5.2.1",
2021-12-24 10:08:41 +01:00
"react-table": "^7.7.0",
2021-12-16 10:43:49 +01:00
"short-uuid": "^4.2.0",
2022-01-06 09:40:56 +01:00
"slate": "^0.72.3",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.67.0",
"slate-react": "^0.72.1",
2021-12-27 15:59:32 +01:00
"stripe": "^8.195.0",
"styled-components": "^5.3.3",
2021-12-16 15:19:05 +01:00
"svg-round-corners": "^0.3.0",
"swr": "^1.1.2",
"use-debounce": "^7.0.1",
2022-01-06 09:40:56 +01:00
"use-immer": "^0.6.0",
2022-01-06 16:54:23 +01:00
"utils": "*"
2021-11-29 15:19:07 +01:00
},
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"@types/google-spreadsheet": "^3.1.5",
2021-12-27 15:59:32 +01:00
"@types/micro-cors": "^0.1.2",
2021-11-29 15:19:07 +01:00
"@types/node": "^16.11.9",
"@types/nprogress": "^0.2.0",
2022-01-04 15:50:56 +01:00
"@types/papaparse": "^5.3.1",
2021-12-30 10:24:16 +01:00
"@types/qs": "^6.9.7",
2022-01-06 09:40:56 +01:00
"@types/react": "^17.0.38",
2021-12-24 10:08:41 +01:00
"@types/react-table": "^7.7.9",
2021-11-29 15:19:07 +01:00
"@types/testing-library__cypress": "^5.0.9",
2022-01-06 09:40:56 +01:00
"@typescript-eslint/eslint-plugin": "^5.9.0",
"cypress": "^9.2.0",
2021-12-28 11:13:09 +01:00
"cypress-file-upload": "^5.0.8",
"cypress-social-logins": "^1.13.0",
2021-11-29 15:19:07 +01:00
"eslint": "<8.0.0",
"eslint-config-next": "12.0.7",
2021-11-29 15:19:07 +01:00
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"next-transpile-modules": "^9.0.0",
"prettier": "^2.5.1",
2021-12-16 15:19:05 +01:00
"typescript": "^4.5.4"
2021-11-29 15:19:07 +01:00
}
}