<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ### Summary by CodeRabbit - Refactor: Transitioned to a new translation library (`@tolgee/react`) across the application, enhancing the localization capabilities and consistency. - New Feature: Introduced a JSON configuration file for application settings, improving customization and flexibility. - Refactor: Updated SVG attribute naming convention in the `WhatsAppLogo` component to align with React standards. - Chore: Adjusted the `.gitignore` file and added a new line at the end. - Documentation: Added instructions for setting up environment variables for the Tolgee i18n contribution dev tool, improving the self-hosting configuration guide. - Style: Updated the `CollaborationMenuButton` to hide the `PopoverContent` component by scaling it down to zero. - Refactor: Simplified error handling logic for fetching and updating typebots in `TypebotProvider.tsx`, improving code readability and maintenance. - Refactor: Removed the dependency on the `parseGroupTitle` function, simplifying the code in several components. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "2.18.4",
|
|
"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"
|
|
},
|
|
"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.2.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-emoji"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@8.6.12"
|
|
}
|