71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
|
{
|
||
|
"name": "react-bootstrap",
|
||
|
"version": "1.5.1",
|
||
|
"description": "Bootstrap 4 components built with React",
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"ecosystem-react",
|
||
|
"react-component",
|
||
|
"bootstrap"
|
||
|
],
|
||
|
"homepage": "https://react-bootstrap.github.io/",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"author": {
|
||
|
"name": "Stephen J. Collings",
|
||
|
"email": "stevoland@gmail.com"
|
||
|
},
|
||
|
"main": "cjs/index.js",
|
||
|
"module": "esm/index.js",
|
||
|
"types": "esm/index.d.ts",
|
||
|
"sideEffects": false,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
|
||
|
},
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "lint-staged"
|
||
|
}
|
||
|
},
|
||
|
"lint-staged": {
|
||
|
"*.{js,ts,tsx}": "eslint --fix"
|
||
|
},
|
||
|
"prettier": {
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.4.2",
|
||
|
"@restart/context": "^2.1.4",
|
||
|
"@restart/hooks": "^0.3.21",
|
||
|
"@types/classnames": "^2.2.10",
|
||
|
"@types/invariant": "^2.2.33",
|
||
|
"@types/prop-types": "^15.7.3",
|
||
|
"@types/react": ">=16.9.35",
|
||
|
"@types/react-transition-group": "^4.4.0",
|
||
|
"@types/warning": "^3.0.0",
|
||
|
"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": "^5.0.0",
|
||
|
"react-transition-group": "^4.4.1",
|
||
|
"uncontrollable": "^7.0.0",
|
||
|
"warning": "^4.0.3"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"react": ">=16.8.0",
|
||
|
"react-dom": ">=16.8.0"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"directory": "lib"
|
||
|
},
|
||
|
"release": {
|
||
|
"conventionalCommits": true
|
||
|
}
|
||
|
}
|