package.json 2.47 KB
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
{
baesangjune's avatar
comm    
baesangjune committed
2
3
4
5
6
  "_args": [
    [
      "react-bootstrap@1.4.0",
      "C:\\Users\\Korea\\Desktop\\2020winter\\search-page"
    ]
Sangjune Bae's avatar
Sangjune Bae committed
7
  ],
baesangjune's avatar
comm    
baesangjune committed
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  "_from": "react-bootstrap@1.4.0",
  "_id": "react-bootstrap@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q==",
  "_location": "/react-bootstrap",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-bootstrap@1.4.0",
    "name": "react-bootstrap",
    "escapedName": "react-bootstrap",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
baesangjune's avatar
yarn    
baesangjune committed
23
  },
baesangjune's avatar
comm    
baesangjune committed
24
25
26
27
28
29
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "C:\\Users\\Korea\\Desktop\\2020winter\\search-page",
Sangjune Bae's avatar
Sangjune Bae committed
30
31
32
33
  "author": {
    "name": "Stephen J. Collings",
    "email": "stevoland@gmail.com"
  },
baesangjune's avatar
comm    
baesangjune committed
34
35
  "bugs": {
    "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
Sangjune Bae's avatar
Sangjune Bae committed
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  },
  "dependencies": {
    "@babel/runtime": "^7.4.2",
    "@restart/context": "^2.1.4",
    "@restart/hooks": "^0.3.21",
    "@types/classnames": "^2.2.10",
    "@types/invariant": "^2.2.33",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.35",
    "@types/react-transition-group": "^4.4.0",
    "@types/warning": "^3.0.0",
    "classnames": "^2.2.6",
    "dom-helpers": "^5.1.2",
    "invariant": "^2.2.4",
    "prop-types": "^15.7.2",
    "prop-types-extra": "^1.1.0",
    "react-overlays": "^4.1.0",
    "react-transition-group": "^4.4.1",
    "uncontrollable": "^7.0.0",
    "warning": "^4.0.3"
  },
baesangjune's avatar
comm    
baesangjune committed
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
  "description": "Bootstrap 4 components built with React",
  "homepage": "https://react-bootstrap.github.io/",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "react",
    "ecosystem-react",
    "react-component",
    "bootstrap"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,tsx}": "eslint --fix"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "name": "react-bootstrap",
Sangjune Bae's avatar
Sangjune Bae committed
77
78
79
80
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
baesangjune's avatar
comm    
baesangjune committed
81
82
83
84
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  },
Sangjune Bae's avatar
Sangjune Bae committed
85
86
87
88
89
  "publishConfig": {
    "directory": "lib"
  },
  "release": {
    "conventionalCommits": true
baesangjune's avatar
comm    
baesangjune committed
90
91
92
93
94
95
96
97
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
  },
  "sideEffects": false,
  "types": "esm/index.d.ts",
  "version": "1.4.0"
Sangjune Bae's avatar
Sangjune Bae committed
98
}