{
  "name": "@livechat/widget-react",
  "version": "1.4.0",
  "sideEffects": false,
  "description": "This library allows to render and interact with the LiveChat Chat Widget inside a React application",
  "main": "dist/widget-react.cjs.js",
  "module": "dist/widget-react.esm.js",
  "unpkg": "dist/widget-react.umd.js",
  "types": "dist/widget-react.d.ts",
  "keywords": [
    "livechat",
    "react"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/livechat/chat-widget-adapters.git"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "coverage": "jest --coverage",
    "build": "rimraf dist && rollup -c",
    "start": "rollup -c -w"
  },
  "dependencies": {
    "@livechat/widget-core": "^1.4.0"
  },
  "peerDependencies": {
    "react": "^16.8 || 17 || 18 || 19"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.16.0",
    "@types/react-dom": "^18.0.0",
    "eslint-plugin-react": "7.27.0",
    "eslint-plugin-react-hooks": "4.3.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "gitHead": "e6539c099c2442e4dc060e47faa6d4ca03a6356b"
}
