{ "name": "react-bootstrap", "version": "2.5.0", "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.17.2", "@restart/hooks": "^0.4.6", "@restart/ui": "^1.3.1", "@types/react-transition-group": "^4.4.4", "classnames": "^2.3.1", "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.2", "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 } }