{
  "name": "stream-chat-react-native-web",
  "version": "0.11.0-rnw.beta.1",
  "author": {
    "company": "Stream.io Inc"
  },
  "keywords": [
    "chat",
    "messaging",
    "react-native"
  ],
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "typings": "types/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "/types"
  ],
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.5",
    "prettier": "^1.16.4",
    "react": "^16.5.0",
    "react-dom": "^16.8.6",
    "react-styleguidist": "^9.0.7",
    "rollup": "^0.68.2",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.1.8",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-replace": "^2.1.0",
    "webpack": "^4.29.6"
  },
  "scripts": {
    "start": "rm -rf dist && rollup -c -w",
    "build": "rm -rf dist && rollup -c",
    "prettier": "prettier --list-different '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc",
    "prettier-fix": "prettier --write '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc",
    "eslint": "eslint '**/*.{js,md}' --max-warnings 0",
    "analyze": "yarn build -- --stats && webpack-bundle-analyzer build/bundle-stats.json",
    "lint": "prettier --list-different '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc && eslint '**/*.{js,md}' --max-warnings 0",
    "lint-fix": "prettier --write '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc && eslint --fix '**/*.{js,md}' --max-warnings 0",
    "preversion": "yarn",
    "prepare": "yarn run build"
  },
  "dependencies": {
    "@babel/runtime": "^7.1.2",
    "es6-symbol": "^3.1.1",
    "modal-react-native-web": "^0.2.0"
  },
  "peerDependencies": {
    "@react-native-community/netinfo": ">=2.0.7",
    "react-native-document-picker": ">=3.2.0",
    "react-native-image-picker": ">=0.28.1"
  }
}
