BREAKING CHANGE: The Google Picker API needs to be enabled in the Google Cloud console. You also need to enable it in your NEXT_PUBLIC_GOOGLE_API_KEY. You also need to add the drive.file OAuth scope.
37 lines
936 B
JSON
37 lines
936 B
JSON
{
|
|
"name": "@typebot.io/lib",
|
|
"version": "1.0.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"devDependencies": {
|
|
"@paralleldrive/cuid2": "2.2.1",
|
|
"@playwright/test": "1.36.0",
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/schemas": "workspace:*",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@types/nodemailer": "6.4.8",
|
|
"next": "14.0.3",
|
|
"nodemailer": "6.9.3",
|
|
"typescript": "5.3.2",
|
|
"@typebot.io/forge-repository": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"next": "14.0.0",
|
|
"nodemailer": "6.7.8"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/nextjs": "7.77.0",
|
|
"@trpc/server": "10.40.0",
|
|
"@udecode/plate-common": "21.1.5",
|
|
"google-auth-library": "8.9.0",
|
|
"got": "12.6.0",
|
|
"minio": "7.1.3",
|
|
"remark-slate": "1.8.6",
|
|
"stripe": "12.13.0",
|
|
"zod": "3.22.4"
|
|
}
|
|
}
|