UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

65 lines (64 loc) 1.43 kB
{ "name": "react-bootstrap", "version": "1.0.0-beta.12", "description": "Bootstrap 4 components built with React", "repository": { "type": "git", "url": "react-bootstrap/react-bootstrap" }, "homepage": "https://react-bootstrap.github.io/", "sideEffects": false, "main": "index.js", "module": "es/index.js", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ], "types/**/*.ts": [ "prettier --write", "git add" ] }, "prettier": { "singleQuote": true, "trailingComma": "all" }, "keywords": [ "react", "ecosystem-react", "react-component", "bootstrap" ], "author": "Stephen J. Collings <stevoland@gmail.com>", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "@babel/runtime": "^7.4.2", "@react-bootstrap/react-popper": "1.2.1", "@restart/context": "^2.1.4", "@restart/hooks": "^0.3.11", "classnames": "^2.2.6", "dom-helpers": "^3.4.0", "invariant": "^2.2.4", "keycode": "^2.2.0", "popper.js": "^1.14.7", "prop-types": "^15.7.2", "prop-types-extra": "^1.1.0", "react-overlays": "^1.2.0", "react-transition-group": "^4.0.0", "uncontrollable": "^7.0.0", "warning": "^4.0.3" }, "release": { "publishDir": "lib" } }