{
  "name": "@risecx/carespace-chat-ui",
  "version": "1.6.0",
  "description": "carespace-chat-ui React component",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component --copy-files",
    "clean": "nwb clean-module && nwb clean-demo",
    "start": "nwb serve-react-demo",
    "gh:publish": "nwb build-demo && gh-pages -d demo/dist",
    "mock": "npx wsmock -c ./ws-server-config.js",
    "ngrok": "ngrok http --host-header=rewrite 3000",
    "public-publish": "npm run build && npm publish --access public"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "babel-core": "^6.26.3",
    "emoji-js": "3.7.0",
    "gh-pages": "^4.0.0",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.29.3",
    "prop-types": "^15.8.1",
    "react-highlight.js": "1.0.7",
    "react-linkify": "^0.2.2",
    "react-modal-image": "^2.5.0",
    "react-player": "^2.10.1",
    "react-slick": "^0.29.0",
    "react-tooltip": "^4.2.21",
    "react-websocket": "^2.1.0",
    "reactjs-localstorage": "^1.0.1",
    "showdown": "^2.1.0",
    "slick-carousel": "^1.8.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "nwb": "^0.25.2",
    "react": "18.x",
    "react-dom": "^18.1.0",
    "websocket-mock-server": "^1.0.0"
  },
  "author": "RISEcx",
  "license": "MIT",
  "keywords": [
    "react-component"
  ]
}