mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
28 lines
692 B
JSON
28 lines
692 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",
|
|
"./theme.css": "./src/theme.css"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui-components/react": "^1.0.0-beta.4",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"class-variance-authority": "^0.7.1",
|
|
"input-otp": "^1.4.2",
|
|
"next": "^15.3.0",
|
|
"react": "^18.3.1",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.16",
|
|
"tw-animate-css": "^1.4.0"
|
|
}
|
|
}
|