mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
40 lines
973 B
JSON
40 lines
973 B
JSON
{
|
|
"name": "@typebot.io/ui",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": {
|
|
"types": "./src/*.ts",
|
|
"import": "./src/*.ts",
|
|
"default": "./src/*.ts"
|
|
},
|
|
"./components/*": {
|
|
"types": "./src/components/*.tsx",
|
|
"import": "./src/components/*.tsx",
|
|
"default": "./src/components/*.tsx"
|
|
},
|
|
"./icons/*": {
|
|
"types": "./src/icons/*.tsx",
|
|
"import": "./src/icons/*.tsx",
|
|
"default": "./src/icons/*.tsx"
|
|
},
|
|
"./colors.css": "./src/colors.css",
|
|
"./theme.css": "./src/theme.css",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "1.2.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"emojilib": "^3.0.10",
|
|
"input-otp": "^1.4.2",
|
|
"next": "^16.1.6",
|
|
"react": "^19.2.4",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.16",
|
|
"use-debounce": "^9.0.4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"zod": "^4.3.5"
|
|
}
|
|
}
|