{
  "name": "react-bootstrap",
  "version": "1.0.0-beta.16",
  "description": "Bootstrap 4 components built with React",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
  },
  "homepage": "https://react-bootstrap.github.io/",
  "sideEffects": false,
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "types/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  },
  "keywords": [
    "react",
    "ecosystem-react",
    "react-component",
    "bootstrap"
  ],
  "author": {
    "name": "Stephen J. Collings",
    "email": "stevoland@gmail.com"
  },
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.2",
    "@restart/context": "^2.1.4",
    "@restart/hooks": "^0.3.11",
    "@types/react": "^16.8.23",
    "classnames": "^2.2.6",
    "dom-helpers": "^5.1.2",
    "invariant": "^2.2.4",
    "keycode": "^2.2.0",
    "popper.js": "^1.16.0",
    "prop-types": "^15.7.2",
    "prop-types-extra": "^1.1.0",
    "react-overlays": "^2.1.0",
    "react-transition-group": "^4.0.0",
    "uncontrollable": "^7.0.0",
    "warning": "^4.0.3"
  },
  "release": {
    "publishDir": "lib"
  },
  "bugs": {
    "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
  },
  "readme": "ERROR: No README data found!",
  "_id": "react-bootstrap@1.0.0-beta.15"
}
