{ "name": "react-overlays", "version": "4.1.1", "description": "Utilities for creating robust overlay components", "author": { "name": "Jason Quense", "email": "monastic.panic@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/react-bootstrap/react-overlays.git" }, "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js", "sideEffects": false, "keywords": [ "react-overlays", "react-component", "react", "overlay", "react-component", "tooltip", "bootstrap", "popover", "modal" ], "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx" }, "prettier": { "singleQuote": true, "trailingComma": "all" }, "publishConfig": { "directory": "lib" }, "release": { "conventionalCommits": true }, "dependencies": { "@babel/runtime": "^7.12.1", "@popperjs/core": "^2.5.3", "@restart/hooks": "^0.3.25", "@types/warning": "^3.0.0", "dom-helpers": "^5.2.0", "prop-types": "^15.7.2", "uncontrollable": "^7.0.0", "warning": "^4.0.3" }, "peerDependencies": { "react": ">=16.3.0", "react-dom": ">=16.3.0" }, "bugs": { "url": "https://github.com/react-bootstrap/react-overlays/issues" }, "readme": "ERROR: No README data found!", "homepage": "https://github.com/react-bootstrap/react-overlays#readme", "_id": "react-overlays@3.0.0" }