UNPKG

1.53 kBJSONView Raw
1{
2 "name": "react-bootstrap",
3 "version": "1.0.0",
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 "husky": {
14 "hooks": {
15 "pre-commit": "lint-staged"
16 }
17 },
18 "lint-staged": {
19 "*.js": "eslint --fix",
20 "types/**/*.ts": "prettier --write"
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.23",
46 "classnames": "^2.2.6",
47 "dom-helpers": "^5.1.2",
48 "invariant": "^2.2.4",
49 "prop-types": "^15.7.2",
50 "prop-types-extra": "^1.1.0",
51 "react-overlays": "^3.0.1",
52 "react-transition-group": "^4.0.0",
53 "uncontrollable": "^7.0.0",
54 "warning": "^4.0.3"
55 },
56 "release": {
57 "publishDir": "lib"
58 },
59 "bugs": {
60 "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
61 },
62 "readme": "ERROR: No README data found!",
63 "_id": "react-bootstrap@1.0.0-beta.17"
64}