@tabula/ui-ai-chat
Version:
Allows to embed UI for conversation with AI assistant
62 lines • 1.49 kB
JSON
{
"name": "@tabula/ui-ai-chat",
"version": "2.1.2",
"description": "Allows to embed UI for conversation with AI assistant",
"type": "module",
"typings": "./typings/index.d.ts",
"exports": {
".": {
"types": "./typings/index.d.ts",
"module": "./lib/index.js",
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"keywords": [
"tabula.io",
"tomat.ai",
"ui-kit",
"component",
"react"
],
"homepage": "https://github.com/ReTable/ui-kit/tree/main/components/ui-ai-chat#readme",
"bugs": {
"url": "https://github.com/ReTable/ui-kit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ReTable/ui-kit.git",
"directory": "components/ui-ai-chat"
},
"author": "Retable Inc.",
"license": "ISC",
"files": [
"lib",
"typings"
],
"peerDependencies": {
"react": "^18.3.1",
"@tabula/ui-theme": "^3.3.1"
},
"devDependencies": {
"@types/react-transition-group": "^4.4.11",
"@tabula/ui-theme": "^3.3.1"
},
"dependencies": {
"clsx": "^2.1.1",
"dompurify": "^3.2.4",
"js-xxhash": "^4.0.0",
"marked": "^14.1.2",
"react-textarea-autosize": "^8.5.5",
"react-transition-group": "^4.4.5",
"@tabula/ui-button": "^9.1.1"
},
"scripts": {
"build": "forge",
"build:docs": "forge --storybook",
"build:watch": "forge --watch",
"lint": "eslint ."
}
}