package.json 2.28 KB
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "_from": "react-overlays@^4.1.0",
  "_id": "react-overlays@4.1.1",
  "_inBundle": false,
  "_integrity": "sha512-WtJifh081e6M24KnvTQoNjQEpz7HoLxqt8TwZM7LOYIkYJ8i/Ly1Xi7RVte87ZVnmqQ4PFaFiNHZhSINPSpdBQ==",
  "_location": "/react-overlays",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-overlays@^4.1.0",
    "name": "react-overlays",
    "escapedName": "react-overlays",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/react-bootstrap"
  ],
  "_resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-4.1.1.tgz",
  "_shasum": "0060107cbe1c5171a744ccda3fbf0556d064bc5f",
  "_spec": "react-overlays@^4.1.0",
  "_where": "C:\\Users\\reyel\\OneDrive\\바탕 화면\\2020winter\\search-page\\node_modules\\react-bootstrap",
  "author": {
    "name": "Jason Quense",
    "email": "monastic.panic@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-bootstrap/react-overlays/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "description": "Utilities for creating robust overlay components",
  "homepage": "https://github.com/react-bootstrap/react-overlays#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "react-overlays",
    "react-component",
    "react",
    "overlay",
    "react-component",
    "tooltip",
    "bootstrap",
    "popover",
    "modal"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "name": "react-overlays",
  "peerDependencies": {
    "react": ">=16.3.0",
    "react-dom": ">=16.3.0"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  },
  "publishConfig": {
    "directory": "lib"
  },
  "release": {
    "conventionalCommits": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-bootstrap/react-overlays.git"
  },
  "sideEffects": false,
  "version": "4.1.1"
}