UNPKG

1.58 kBJSONView Raw
1{
2 "name": "react-bootstrap",
3 "version": "1.6.4",
4 "description": "Bootstrap 4 components built with React",
5 "keywords": [
6 "react",
7 "ecosystem-react",
8 "react-component",
9 "bootstrap"
10 ],
11 "homepage": "https://react-bootstrap.github.io/",
12 "bugs": {
13 "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
14 },
15 "license": "MIT",
16 "author": {
17 "name": "Stephen J. Collings",
18 "email": "stevoland@gmail.com"
19 },
20 "main": "cjs/index.js",
21 "module": "esm/index.js",
22 "types": "esm/index.d.ts",
23 "sideEffects": false,
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
27 },
28 "lint-staged": {
29 "*.{js,ts,tsx}": "eslint --fix"
30 },
31 "prettier": {
32 "singleQuote": true,
33 "trailingComma": "all"
34 },
35 "dependencies": {
36 "@babel/runtime": "^7.14.0",
37 "@restart/context": "^2.1.4",
38 "@restart/hooks": "^0.3.26",
39 "@types/invariant": "^2.2.33",
40 "@types/prop-types": "^15.7.3",
41 "@types/react": ">=16.14.8",
42 "@types/react-transition-group": "^4.4.1",
43 "@types/warning": "^3.0.0",
44 "classnames": "^2.3.1",
45 "dom-helpers": "^5.2.1",
46 "invariant": "^2.2.4",
47 "prop-types": "^15.7.2",
48 "prop-types-extra": "^1.1.0",
49 "react-overlays": "^5.1.1",
50 "react-transition-group": "^4.4.1",
51 "uncontrollable": "^7.2.1",
52 "warning": "^4.0.3"
53 },
54 "peerDependencies": {
55 "react": ">=16.8.0",
56 "react-dom": ">=16.8.0"
57 },
58 "publishConfig": {
59 "directory": "lib"
60 },
61 "release": {
62 "conventionalCommits": true
63 }
64}