@livechat/widget-react
Version:
This library allows to render and interact with the LiveChat Chat Widget inside a React application
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "@livechat/widget-react",
"version": "1.3.4",
"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.3.4"
},
"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": "980b7cee9b074e3020f185fdec7be1719a4af67b"
}