mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-22 21:06:40 +08:00
32 lines
905 B
JSON
32 lines
905 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": {
|
|
"@base-ui-components/react": "https://pkg.pr.new/@base-ui-components/react@2508",
|
|
"@chakra-ui/anatomy": "2.3.4",
|
|
"@chakra-ui/react": "2.8.2",
|
|
"@chakra-ui/theme-tools": "2.2.6",
|
|
"class-variance-authority": "0.7.1",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"next": "15.3.0",
|
|
"react": "18.3.1",
|
|
"tailwind-merge": "3.0.2",
|
|
"tailwindcss": "3.4.17",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"@hugeicons/react": "1.0.5",
|
|
"@hugeicons-pro/core-solid-rounded": "1.0.14",
|
|
"@hugeicons-pro/core-stroke-rounded": "1.0.14"
|
|
}
|
|
}
|