UNPKG

1.66 kBJSONView Raw
1{
2 "name": "react-bootstrap",
3 "version": "1.0.0-beta.16",
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": [
20 "eslint --fix",
21 "git add"
22 ],
23 "types/**/*.ts": [
24 "prettier --write",
25 "git add"
26 ]
27 },
28 "prettier": {
29 "singleQuote": true,
30 "trailingComma": "all"
31 },
32 "keywords": [
33 "react",
34 "ecosystem-react",
35 "react-component",
36 "bootstrap"
37 ],
38 "author": {
39 "name": "Stephen J. Collings",
40 "email": "stevoland@gmail.com"
41 },
42 "license": "MIT",
43 "peerDependencies": {
44 "react": ">=16.8.0",
45 "react-dom": ">=16.8.0"
46 },
47 "dependencies": {
48 "@babel/runtime": "^7.4.2",
49 "@restart/context": "^2.1.4",
50 "@restart/hooks": "^0.3.11",
51 "@types/react": "^16.8.23",
52 "classnames": "^2.2.6",
53 "dom-helpers": "^5.1.2",
54 "invariant": "^2.2.4",
55 "keycode": "^2.2.0",
56 "popper.js": "^1.16.0",
57 "prop-types": "^15.7.2",
58 "prop-types-extra": "^1.1.0",
59 "react-overlays": "^2.1.0",
60 "react-transition-group": "^4.0.0",
61 "uncontrollable": "^7.0.0",
62 "warning": "^4.0.3"
63 },
64 "release": {
65 "publishDir": "lib"
66 },
67 "bugs": {
68 "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
69 },
70 "readme": "ERROR: No README data found!",
71 "_id": "react-bootstrap@1.0.0-beta.15"
72}