mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
23 lines
510 B
JSON
23 lines
510 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.10.6",
|
|
"@chakra-ui/theme-tools": "2.2.6",
|
|
"@chakra-ui/anatomy": "2.3.4",
|
|
"next": "14.2.13",
|
|
"react": "18.3.1"
|
|
}
|
|
}
|