typebot.io/packages/ui/package.json
Baptiste Arnaud c3096625cf
⬆️ Patch next package
2025-04-01 15:24:56 +02:00

28 lines
676 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": {
"@ark-ui/react": "5.1.0",
"@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.26",
"react": "18.3.1"
}
}