<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new layout option for the TextInput component. - Added support for GUMLET and TIKTOK video content types in VideoBubbleContent. - Enhanced VideoUploadContent to handle new properties like aspectRatio and maxWidth. - Updated VideoBubble to include aspect-ratio and max-width styles based on content properties. - **Refactor** - Changed the extension used for internationalization (i18n) in the VS Code environment. - Modified how environment variables are accessed in tolgee.tsx. - Updated parseVideoUrl function to include a new property videoSizeSuggestion. - **Chores** - Updated the tolgeeEnv object in env.ts and added a new optional parameter to the getRuntimeVariable function. - Expanded video handling capabilities by introducing new video content types and associated regular expressions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Closes #978 #936 #926
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.19.0",
|
|
"name": "typebot-os",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"docker:up": "docker compose -f docker-compose.dev.yml up -d && sleep 5",
|
|
"docker:nuke": "docker compose -f docker-compose.dev.yml down --volumes --remove-orphans",
|
|
"lint": "turbo run lint",
|
|
"dev": "pnpm docker:up && turbo build --filter=@typebot.io/nextjs... && turbo run dev --filter=builder... --filter=viewer... --parallel --no-cache",
|
|
"build": "pnpm docker:up && turbo run build",
|
|
"build:apps": "turbo run build --filter=builder... --filter=viewer...",
|
|
"db:migrate": "cd packages/prisma && pnpm run db:migrate",
|
|
"generate-change-log": "git fetch --all && pnpx gitmoji-changelog",
|
|
"locales:sync": "tolgee sync './apps/builder/src/**/*.ts?(x)' --continue-on-warning --remove-unused",
|
|
"locales:push": "tolgee push ./apps/builder/public/locales",
|
|
"locales:pull": "tolgee pull ./apps/builder/public/locales"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "7.0.3",
|
|
"cz-emoji": "1.3.2-canary.2",
|
|
"husky": "8.0.3",
|
|
"prettier": "2.8.8",
|
|
"turbo": "1.10.12",
|
|
"@tolgee/cli": "1.3.2"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-emoji"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@8.6.12"
|
|
}
|