UNPKG

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