{
  "name": "@cometchat/chat-uikit-react",
  "version": "6.4.2",
  "description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
  "author": "CometChat",
  "exports": {
    ".": "./dist/index.js",
    "./css-variables.css": "./dist/styles/css-variables.css"
  },
  "dependencies": {
    "@cometchat/chat-sdk-javascript": "^4.1.9",
    "@rollup/plugin-json": "^6.1.0",
    "rxjs": "^7.8.1",
    "react-markdown": "^10.1.0",
    "@types/react-syntax-highlighter": "^15.5.13",
    "react-syntax-highlighter": "^16.1.0",
    "remark-gfm": "^4.0.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c --bundleConfigAsCjs"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.0",
    "@babel/core": "^7.17.0",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@rollup/plugin-commonjs": "^25.0.5",
    "@rollup/plugin-image": "^3.0.2",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.1",
    "@rollup/plugin-url": "^8.0.1",
    "@types/react": "^18.2.7",
    "@types/react-dom": "^18.2.4",
    "babel-loader": "^8.2.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^3.23.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "tslib": "^2.5.2",
    "typescript": "^5.0.4",
    "webpack": "^5.68.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^5.2.3"
  },
  "peerDependencies": {
    "@types/react": ">=18.0.0 <20.0.0",
    "@types/react-dom": ">=18.0.0 <20.0.0",
    "rxjs": "^7.8.1"
  },
  "homepage": "https://www.cometchat.com",
  "repository": "https://github.com/cometchat/cometchat-uikit-react/tree/v6",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "CometChat",
    "messaging",
    "message",
    "uikit",
    "React",
    "chat-uikit",
    "uikit-react",
    "react-uikit",
    "chat-uikit-react",
    "text",
    "image",
    "voice",
    "audio",
    "chat",
    "video",
    "ui components",
    "webRTC"
  ],
  "license": "https://www.cometchat.com/legal-terms-of-service",
  "bugs": {
    "url": "https://help.cometchat.com/hc/en-us"
  }
}