Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/package.json
Henry Whitaker 54ce0ece35 npm and composer
2020-12-13 15:59:35 +00:00

99 lines
2.5 KiB
JSON

{
"_args": [
[
"react-bootstrap@1.4.0",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_from": "react-bootstrap@1.4.0",
"_id": "react-bootstrap@1.4.0",
"_inBundle": false,
"_integrity": "sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q==",
"_location": "/react-bootstrap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-bootstrap@1.4.0",
"name": "react-bootstrap",
"escapedName": "react-bootstrap",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.4.0.tgz",
"_spec": "1.4.0",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Stephen J. Collings",
"email": "stevoland@gmail.com"
},
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
},
"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": "^4.1.0",
"react-transition-group": "^4.4.1",
"uncontrollable": "^7.0.0",
"warning": "^4.0.3"
},
"description": "Bootstrap 4 components built with React",
"homepage": "https://react-bootstrap.github.io/",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"license": "MIT",
"lint-staged": {
"*.{js,ts,tsx}": "eslint --fix"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"name": "react-bootstrap",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"publishConfig": {
"directory": "lib"
},
"release": {
"conventionalCommits": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"sideEffects": false,
"types": "esm/index.d.ts",
"version": "1.4.0"
}