react-bootstrap
Version:
Bootstrap 4 components built with React
66 lines (65 loc) • 1.5 kB
JSON
{
"name": "react-bootstrap",
"version": "1.0.1",
"description": "Bootstrap 4 components built with React",
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"homepage": "https://react-bootstrap.github.io/",
"sideEffects": false,
"main": "cjs/index.js",
"module": "esm/index.js",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": "eslint --fix",
"types/**/*.ts": "prettier --write"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"author": {
"name": "Stephen J. Collings",
"email": "stevoland@gmail.com"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.4.2",
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.21",
"@types/react": "^16.9.23",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"prop-types-extra": "^1.1.0",
"react-overlays": "^3.1.2",
"react-transition-group": "^4.0.0",
"uncontrollable": "^7.0.0",
"warning": "^4.0.3"
},
"publishConfig": {
"directory": "lib"
},
"release": {
"conventionalCommits": true
},
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
}
}