typebot.io/packages/ui/package.json
Baptiste Arnaud bbb5a791a1
🚸 Allow for custom text in OpenRouter and Together blocks
Introducing the new AutocompleteForgeInput that uses the Combobox component from Ark UI. Also consolidates the theming config in ui package
2025-03-20 12:44:43 +01:00

27 lines
646 B
JSON

{
"name": "@typebot.io/ui",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts",
"./components/*": "./src/components/*.tsx",
"./icons/*": "./src/icons/*.tsx",
"./colors.css": "./src/colors.css"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
},
"dependencies": {
"@chakra-ui/react": "2.8.2",
"@chakra-ui/theme-tools": "2.2.6",
"class-variance-authority": "0.7.1",
"tailwindcss-animate": "1.0.7",
"tailwindcss": "3.4.17",
"tailwind-merge": "3.0.2",
"@chakra-ui/anatomy": "2.3.4",
"next": "14.2.13",
"react": "18.3.1"
}
}