{
  "name": "@bothub-chat/ui",
  "version": "2.80.27",
  "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": [
    "**/*.css",
    "**/markdown-plugins.ts"
  ],
  "resolutions": {
    "react-helmet/react": "^19.0.0"
  },
  "peerDependencies": {
    "@uidotdev/usehooks": "^2.4.1",
    "react": "^19",
    "react-dom": "^19",
    "react-helmet": ">=2",
    "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": "^10",
    "date-fns": "^3.6.0",
    "highlight.js": "^11.11.0",
    "katex": "^0.16.10",
    "marked": "^16.2.1",
    "normalize.css": "^8.0.1",
    "rc-slider": "^11.1.8",
    "react-markdown": "^10.0.0",
    "rehype-katex": "^7.0.0",
    "remark-gfm": "^4.0.1",
    "remark-math": "^6.0.0",
    "tslib": "^2.6.2",
    "unist-util-visit": "^5.0.0"
  }
}
