Add Unsplash picker

Closes #413
This commit is contained in:
Baptiste Arnaud
2023-03-29 15:20:01 +02:00
parent 80b7dbd19e
commit 3ef4efab4e
13 changed files with 295 additions and 16 deletions

View File

@@ -37,7 +37,9 @@
"@trpc/next": "10.16.0",
"@trpc/react-query": "10.16.0",
"@trpc/server": "10.16.0",
"@typebot.io/emails": "workspace:*",
"@typebot.io/js": "workspace:*",
"@typebot.io/next-international": "0.3.8",
"@typebot.io/react": "workspace:*",
"@udecode/plate-basic-marks": "20.4.0",
"@udecode/plate-common": "^20.4.0",
@@ -57,7 +59,6 @@
"codemirror": "6.0.1",
"deep-object-diff": "1.1.9",
"dequal": "2.0.3",
"@typebot.io/emails": "workspace:*",
"emojilib": "3.0.8",
"focus-visible": "5.2.0",
"framer-motion": "10.3.0",
@@ -73,7 +74,6 @@
"minio": "7.0.32",
"next": "13.2.4",
"next-auth": "4.19.2",
"@typebot.io/next-international": "0.3.8",
"nextjs-cors": "^2.1.2",
"nodemailer": "6.9.1",
"nprogress": "0.2.0",
@@ -93,12 +93,17 @@
"swr": "2.1.0",
"tinycolor2": "1.6.0",
"trpc-openapi": "1.1.2",
"unsplash-js": "^7.0.15",
"use-debounce": "9.0.3"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@chakra-ui/styled-system": "2.6.1",
"@playwright/test": "1.31.2",
"@typebot.io/lib": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/canvas-confetti": "1.6.0",
"@types/google-spreadsheet": "3.3.1",
"@types/jsonwebtoken": "9.0.1",
@@ -112,15 +117,11 @@
"@types/qs": "6.9.7",
"@types/react": "18.0.28",
"@types/tinycolor2": "1.4.3",
"@typebot.io/prisma": "workspace:*",
"dotenv": "16.0.3",
"eslint": "8.36.0",
"eslint-config-custom": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"superjson": "^1.12.2",
"@typebot.io/tsconfig": "workspace:*",
"typescript": "4.9.5",
"@typebot.io/lib": "workspace:*",
"zod": "3.21.4"
}
}