{
  "name": "botfuel-webchat-client",
  "version": "3.25.1",
  "author": {
    "name": "Botfuel",
    "email": "hi@botfuel.io",
    "url": "https://www.botfuel.io"
  },
  "license": "Apache-2.0",
  "scripts": {
    "start": "NODE_ENV=development webpack-dev-server --config webpack.config --color",
    "build:production": "NODE_ENV=production webpack --config webpack.config.prod --color",
    "style": "eslint \"{src,tests,config}/**/*.{js,jsx}\"",
    "test": "echo 'No tests'",
    "precommit": "npm test && npm run style",
    "prepublish": "npm run build:production"
  },
  "main": "dist/botfuel-webchat-client.js",
  "files": [
    "package.json",
    "dist/botfuel-webchat-client.js",
    "assets",
    "README.md",
    "LICENSE.md"
  ],
  "dependencies": {
    "@babel/polyfill": "^7.0.0",
    "annyang": "^2.6.0",
    "apollo-cache-inmemory": "^1.6.5",
    "apollo-client": "^2.6.8",
    "apollo-link": "^1.2.13",
    "apollo-link-http": "^1.5.16",
    "apollo-link-ws": "^1.0.19",
    "apollo-utilities": "^1.3.3",
    "dompurify": "^2.0.8",
    "graphql": "^14.6.0",
    "graphql-tag": "^2.10.3",
    "lodash": "^4.17.15",
    "polished": "^3.0.2",
    "prop-types": "^15.7.2",
    "react": "^16.8.3",
    "react-apollo": "^2.5.8",
    "react-dom": "^16.8.3",
    "react-onclickoutside": "^6.8.0",
    "react-textarea-autosize": "^7.1.0",
    "string-pixel-width": "^1.9.0",
    "styled-components": "^4.1.3",
    "subscriptions-transport-ws": "^0.9.16",
    "uuid": "^3.1.0",
    "whatwg-fetch": "^3.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-async-to-generator": "^7.0.0",
    "@babel/plugin-transform-react-jsx": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-root-import": "^4.1.8",
    "eslint": "^5.14.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-import-resolver-babel-module": "^5.0.1",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "file-loader": "^3.0.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.3.1",
    "react-hot-loader": "^4.7.1",
    "terser-webpack-plugin": "^1.2.3",
    "url-loader": "^1.1.2",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.2.1"
  },
  "engines": {
    "node": "8.x"
  }
}
