{
  "name": "@plteam/chat-ui",
  "version": "3.1.22",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "debug": "tsc --sourcemap"
  },
  "author": "PL Team",
  "description": "CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript",
  "keywords": [
    "react",
    "react-component",
    "chat",
    "cui",
    "ai",
    "mui",
    "material-ui",
    "material design"
  ],
  "repository": {
    "directory": "/packages/chat-ui",
    "type": "git",
    "url": "git+https://github.com/theplteam/cuikit.git"
  },
  "homepage": "https://cuikit.com",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.26.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/system": "^5.15.14 || ^6.0.0",
    "@mui/utils": "^5.15.14",
    "clsx": "^2.1.0",
    "emittery": "^1.2.0",
    "lodash.throttle": "^4.1.1",
    "markdown-to-jsx": "^7.7.6",
    "moment": "^2.24.0",
    "photoswipe": "^5.3.0",
    "photoswipe-video-plugin": "^1.0.2",
    "react-syntax-highlighter": "^15.6.1",
    "simplebar-react": "^3.3.2",
    "use-resize-observer": "^9.1.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/lodash.throttle": "^4.1.4",
    "@types/node": "^22.10.6",
    "@types/photoswipe": "^4.1.2",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@types/uuid": "^9.0.1",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {
    "@mui/material": "^5.15.14 || ^6.0.0",
    "@mui/system": "^5.15.14 || ^6.0.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ]
}
