UNPKG

1.28 kBJSONView Raw
1{
2 "name": "react-overlays",
3 "version": "5.1.1",
4 "description": "Utilities for creating robust overlay components",
5 "author": {
6 "name": "Jason Quense",
7 "email": "monastic.panic@gmail.com"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/react-bootstrap/react-overlays.git"
12 },
13 "license": "MIT",
14 "main": "cjs/index.js",
15 "module": "esm/index.js",
16 "sideEffects": false,
17 "keywords": [
18 "react-overlays",
19 "react-component",
20 "react",
21 "overlay",
22 "react-component",
23 "tooltip",
24 "bootstrap",
25 "popover",
26 "modal"
27 ],
28 "lint-staged": {
29 "*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx"
30 },
31 "prettier": {
32 "singleQuote": true,
33 "trailingComma": "all"
34 },
35 "publishConfig": {
36 "directory": "lib"
37 },
38 "release": {
39 "conventionalCommits": true
40 },
41 "dependencies": {
42 "@babel/runtime": "^7.13.8",
43 "@popperjs/core": "^2.8.6",
44 "@restart/hooks": "^0.3.26",
45 "@types/warning": "^3.0.0",
46 "dom-helpers": "^5.2.0",
47 "prop-types": "^15.7.2",
48 "uncontrollable": "^7.2.1",
49 "warning": "^4.0.3"
50 },
51 "peerDependencies": {
52 "react": ">=16.3.0",
53 "react-dom": ">=16.3.0"
54 },
55 "bugs": {
56 "url": "https://github.com/react-bootstrap/react-overlays/issues"
57 }
58}