@bothub-chat/ui
Version:
Bothub UI Components
69 lines (68 loc) • 1.68 kB
JSON
{
"name": "@bothub-chat/ui",
"version": "2.48.0-latest-3828ed21-0ee6-441b-80ad-70d1e47323a6",
"description": "Bothub UI Components",
"keywords": [
"bot",
"chat",
"chatgpt",
"ai",
"react"
],
"repository": {
"url": "https://github.com/bothubchat/bothub.git",
"type": "git",
"directory": "./packages/ui"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "dev2alert <atmpotn@yandex.ru>",
"license": "MIT",
"homepage": "https://bothub.chat",
"files": [
"./dist",
"./fonts"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./components/*": "./dist/components/*",
"./fonts/*": "./fonts/*",
"./utils/*": "./dist/utils/*"
},
"sideEffects": false,
"peerDependencies": {
"@uidotdev/usehooks": "^2.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"styled-components": "^6.0.7"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@floating-ui/react": "^0.26.16",
"@floating-ui/react-dom": "^2.1.0",
"@react-spring/web": "^9.7.4",
"date-fns": "^3.6.0",
"dompurify": "^3.2.6",
"highlight.js": "^11.11.0",
"katex": "^0.16.10",
"normalize.css": "^8.0.1",
"react-markdown": "^8.0.7",
"react-slider": "^2.0.6",
"rehype-katex": "^7.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tslib": "^2.6.2",
"unist-util-visit": "^5.0.0"
}
}