Dashboard sipadu mbip
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "react-bootstrap",
  3. "_id": "react-bootstrap@1.0.0-beta.14",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UGK5f78FE8wAei1YL/oSwFlJZLqxJ/h4S8DCwHyY8hQjFCrjEW5PoEBTOOhQ6PQL6WOsZe1jkiOJG7L5TZWu+w==",
  6. "_location": "/react-bootstrap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "react-bootstrap",
  12. "name": "react-bootstrap",
  13. "escapedName": "react-bootstrap",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.0.0-beta.14.tgz",
  23. "_shasum": "30330df61edbed1f0405f75363ef72d77c1fed57",
  24. "_spec": "react-bootstrap",
  25. "_where": "/var/www/html/mdch.sipadu",
  26. "author": {
  27. "name": "Stephen J. Collings",
  28. "email": "stevoland@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/runtime": "^7.4.2",
  36. "@restart/context": "^2.1.4",
  37. "@restart/hooks": "^0.3.11",
  38. "@types/react": "^16.8.23",
  39. "classnames": "^2.2.6",
  40. "dom-helpers": "^3.4.0",
  41. "invariant": "^2.2.4",
  42. "keycode": "^2.2.0",
  43. "popper.js": "^1.14.7",
  44. "prop-types": "^15.7.2",
  45. "prop-types-extra": "^1.1.0",
  46. "react-overlays": "^1.2.0",
  47. "react-transition-group": "^4.0.0",
  48. "uncontrollable": "^7.0.0",
  49. "warning": "^4.0.3"
  50. },
  51. "deprecated": false,
  52. "description": "Bootstrap 4 components built with React",
  53. "homepage": "https://react-bootstrap.github.io/",
  54. "husky": {
  55. "hooks": {
  56. "pre-commit": "lint-staged"
  57. }
  58. },
  59. "keywords": [
  60. "react",
  61. "ecosystem-react",
  62. "react-component",
  63. "bootstrap"
  64. ],
  65. "license": "MIT",
  66. "lint-staged": {
  67. "*.js": [
  68. "eslint --fix",
  69. "git add"
  70. ],
  71. "types/**/*.ts": [
  72. "prettier --write",
  73. "git add"
  74. ]
  75. },
  76. "main": "cjs/index.js",
  77. "module": "esm/index.js",
  78. "name": "react-bootstrap",
  79. "peerDependencies": {
  80. "react": ">=16.8.0",
  81. "react-dom": ">=16.8.0"
  82. },
  83. "prettier": {
  84. "singleQuote": true,
  85. "trailingComma": "all"
  86. },
  87. "release": {
  88. "publishDir": "lib"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
  93. },
  94. "sideEffects": false,
  95. "version": "1.0.0-beta.14"
  96. }