UNPKG

1.69 kBJSONView Raw
1{
2 "name": "react-bootstrap",
3 "version": "1.4.3",
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 "husky": {
29 "hooks": {
30 "pre-commit": "lint-staged"
31 }
32 },
33 "lint-staged": {
34 "*.{js,ts,tsx}": "eslint --fix"
35 },
36 "prettier": {
37 "singleQuote": true,
38 "trailingComma": "all"
39 },
40 "dependencies": {
41 "@babel/runtime": "^7.4.2",
42 "@restart/context": "^2.1.4",
43 "@restart/hooks": "^0.3.21",
44 "@types/classnames": "^2.2.10",
45 "@types/invariant": "^2.2.33",
46 "@types/prop-types": "^15.7.3",
47 "@types/react": ">=16.9.35",
48 "@types/react-transition-group": "^4.4.0",
49 "@types/warning": "^3.0.0",
50 "classnames": "^2.2.6",
51 "dom-helpers": "^5.1.2",
52 "invariant": "^2.2.4",
53 "prop-types": "^15.7.2",
54 "prop-types-extra": "^1.1.0",
55 "react-overlays": "^4.1.0",
56 "react-transition-group": "^4.4.1",
57 "uncontrollable": "^7.0.0",
58 "warning": "^4.0.3"
59 },
60 "peerDependencies": {
61 "react": ">=16.8.0",
62 "react-dom": ">=16.8.0"
63 },
64 "publishConfig": {
65 "directory": "lib"
66 },
67 "release": {
68 "conventionalCommits": true
69 }
70}