{
  "name": "wingbot-chat-ui",
  "version": "2.18.1",
  "description": "",
  "main": "dist/wingbot-chat-ui.cjs.js",
  "module": "dist/wingbot-chat-ui.esm.js",
  "scripts": {
    "test": "npm run test:lint",
    "watch": "preconstruct watch",
    "test:lint": "eslint --ext .js --ext .jsx src",
    "build:clean": "./node_modules/.bin/rimraf dist",
    "build": "preconstruct build",
    "prepare": "npm run build",
    "i18n": "i18next-scanner"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/wingbotai/wingbot-chat-ui"
  },
  "keywords": [],
  "author": "David Menger",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wingbotai/wingbot-chat/issues"
  },
  "types": "./types/wingbot-chat-ui.d.ts",
  "preconstruct": {
    "entrypoints": [
      "index.js",
      "sentry.js",
      "formattedText.js",
      "utils.js",
      "conversations.js",
      "staticChat.js"
    ]
  },
  "homepage": "https://wingbot.ai",
  "overrides": {
    "@tootallnate/once": "^3.0.1",
    "serialize-javascript": "^7.0.5",
    "uuid": "^11.1.1"
  },
  "peerDependencies": {
    "@sentry/react": "^7.6.0",
    "@sentry/tracing": "^7.6.0",
    "core-js": "^3.12.0",
    "prop-types": "^15.7.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "regenerator-runtime": "^0.14.0"
  },
  "devDependencies": {
    "@babel/core": "^7.19.0",
    "@babel/eslint-parser": "^7.18.9",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.18.10",
    "@babel/preset-env": "^7.19.0",
    "@babel/preset-react": "^7.24.7",
    "@babel/register": "^7.18.9",
    "@babel/runtime": "^7.19.0",
    "@preconstruct/cli": "^2.8.3",
    "@sentry/react": "^7.12.1",
    "@sentry/tracing": "^7.12.1",
    "@testing-library/react": "^13.4.0",
    "@types/chai": "^4.3.17",
    "@types/mocha": "^9.1.1",
    "@types/react": "^18.2.55",
    "babel-loader": "^8.2.5",
    "babel-plugin-istanbul": "^6.1.1",
    "chai": "^4.3.6",
    "core-js": "^3.25.1",
    "eslint": "^8.23.1",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^29.0.1",
    "eslint-plugin-jsdoc": "^48.0.2",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-react": "^7.34.4",
    "eslint-plugin-react-hooks": "^4.6.2",
    "esm": "^3.2.25",
    "i18next-scanner": "^4.4.0",
    "jsdom": "^20.0.3",
    "jsdom-global": "^3.0.2",
    "mocha": "^10.0.0",
    "nock": "^13.2.9",
    "nyc": "^15.1.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "regenerator-runtime": "^0.13.9",
    "rimraf": "^6.0.1",
    "sinon": "^14.0.0"
  },
  "dependencies": {
    "@lingui/detect-locale": "^4.5.0",
    "fast-deep-equal": "^3.1.3",
    "i18next": "^24.0.5",
    "js-cookie": "^3.0.5",
    "make-plural": "^7.3.0",
    "markdown-to-jsx": "^7.4.7",
    "mime": "^3.0.0",
    "react-i18next": "^15.1.3",
    "react-redux": "^7.2.8",
    "react-swipeable": "^7.0.1",
    "redux": "^4.2.1",
    "redux-thunk": "^2.4.2",
    "twemoji": "^14.0.2",
    "twemoji-parser": "^14.0.0"
  }
}