typebot.io/packages/theme/package.json
2025-01-23 13:25:47 +01:00

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:*"
}
}