mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"name": "@typebot.io/theme",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts",
|
|
"./helpers/*": "./src/helpers/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/anatomy": "2.2.2",
|
|
"@chakra-ui/icon": "3.2.0",
|
|
"@chakra-ui/react": "2.8.2",
|
|
"@chakra-ui/theme-tools": "2.1.2",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"next": "14.2.13"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|