{ "name": "react-bootstrap", "version": "0.32.4", "description": "Bootstrap 3 components built with React", "repository": { "type": "git", "url": "react-bootstrap/react-bootstrap" }, "homepage": "https://react-bootstrap.github.io/", "sideEffects": false, "main": "lib/index.js", "jsnext:main": "es/index.js", "module": "es/index.js", "lint-staged": { "*.js": [ "npm run ci-lint -- --fix", "git add" ] }, "prettier": { "singleQuote": true }, "files": [ "CHANGELOG.md", "lib", "dist", "es" ], "author": "Stephen J. Collings ", "license": "MIT", "peerDependencies": { "react": "^0.14.9 || >=15.3.0", "react-dom": "^0.14.9 || >=15.3.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "babel-eslint": "^9.0.0", "babel-loader": "^8.0.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-istanbul": "^5.0.1", "chai": "^3.5.0", "chalk": "^2.3.2", "codecov": "^3.0.4", "colors": "^1.2.1", "create-react-class": "^15.6.3", "cross-env": "^5.2.0", "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.2.0", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^2.9.0", "eslint-import-resolver-webpack": "^0.10.1", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-mocha": "^5.0.0", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.8.2", "execa": "^0.11.0", "fs-extra": "^7.0.0", "husky": "^0.14.3", "karma": "^2.0.2", "karma-chrome-launcher": "^2.2.0", "karma-cli": "^1.0.1", "karma-coverage": "^1.1.2", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.1.1", "karma-mocha-reporter": "^2.0.4", "karma-sinon-chai": "^1.3.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^3.0.0", "lint-staged": "^7.1.1", "lodash": "^4.17.10", "mocha": "^5.2.0", "prettier": "^1.12.1", "react": "^16.4.2", "react-dom": "^16.4.2", "react-test-renderer": "^16.4.2", "release-script": "^1.0.2", "sinon": "^2.3.2", "sinon-chai": "^2.8.0", "webpack": "^4.4.1" }, "dependencies": { "@babel/runtime-corejs2": "^7.0.0", "classnames": "^2.2.5", "dom-helpers": "^3.2.0", "invariant": "^2.2.4", "keycode": "^2.2.0", "prop-types": "^15.6.1", "prop-types-extra": "^1.0.1", "react-overlays": "^0.8.0", "react-prop-types": "^0.4.0", "react-transition-group": "^2.0.0", "uncontrollable": "^5.0.0", "warning": "^3.0.0" }, "release-script": { "bowerRepo": "git@github.com:react-bootstrap/react-bootstrap-bower.git", "docsRepo": "git@github.com:react-bootstrap/react-bootstrap.github.io.git", "docsRoot": "www/public/" } }