68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "react-bootstrap",
|
||
|
"version": "2.9.1",
|
||
|
"description": "Bootstrap 5 components built with React",
|
||
|
"keywords": [
|
||
|
"bootstrap",
|
||
|
"react",
|
||
|
"component",
|
||
|
"components",
|
||
|
"ecosystem-react",
|
||
|
"react-component"
|
||
|
],
|
||
|
"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"
|
||
|
},
|
||
|
"lint-staged": {
|
||
|
"*.{js,ts,tsx}": "eslint --fix"
|
||
|
},
|
||
|
"prettier": {
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.22.5",
|
||
|
"@restart/hooks": "^0.4.9",
|
||
|
"@restart/ui": "^1.6.6",
|
||
|
"@types/react-transition-group": "^4.4.6",
|
||
|
"classnames": "^2.3.2",
|
||
|
"dom-helpers": "^5.2.1",
|
||
|
"invariant": "^2.2.4",
|
||
|
"prop-types": "^15.8.1",
|
||
|
"prop-types-extra": "^1.1.0",
|
||
|
"react-transition-group": "^4.4.5",
|
||
|
"uncontrollable": "^7.2.1",
|
||
|
"warning": "^4.0.3"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@types/react": ">=16.14.8",
|
||
|
"react": ">=16.14.0",
|
||
|
"react-dom": ">=16.14.0"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"@types/react": {
|
||
|
"optional": true
|
||
|
}
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"directory": "lib"
|
||
|
},
|
||
|
"release": {
|
||
|
"conventionalCommits": true
|
||
|
}
|
||
|
}
|