mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "react-overlays",
|
||
|
"version": "5.1.1",
|
||
|
"description": "Utilities for creating robust overlay components",
|
||
|
"author": {
|
||
|
"name": "Jason Quense",
|
||
|
"email": "monastic.panic@gmail.com"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/react-bootstrap/react-overlays.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "cjs/index.js",
|
||
|
"module": "esm/index.js",
|
||
|
"sideEffects": false,
|
||
|
"keywords": [
|
||
|
"react-overlays",
|
||
|
"react-component",
|
||
|
"react",
|
||
|
"overlay",
|
||
|
"react-component",
|
||
|
"tooltip",
|
||
|
"bootstrap",
|
||
|
"popover",
|
||
|
"modal"
|
||
|
],
|
||
|
"lint-staged": {
|
||
|
"*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx"
|
||
|
},
|
||
|
"prettier": {
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"directory": "lib"
|
||
|
},
|
||
|
"release": {
|
||
|
"conventionalCommits": true
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.13.8",
|
||
|
"@popperjs/core": "^2.8.6",
|
||
|
"@restart/hooks": "^0.3.26",
|
||
|
"@types/warning": "^3.0.0",
|
||
|
"dom-helpers": "^5.2.0",
|
||
|
"prop-types": "^15.7.2",
|
||
|
"uncontrollable": "^7.2.1",
|
||
|
"warning": "^4.0.3"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"react": ">=16.3.0",
|
||
|
"react-dom": ">=16.3.0"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/react-bootstrap/react-overlays/issues"
|
||
|
}
|
||
|
}
|