mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
Introducing the new AutocompleteForgeInput that uses the Combobox component from Ark UI. Also consolidates the theming config in ui package
27 lines
646 B
JSON
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"
|
|
}
|
|
}
|