package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "react-error-overlay@^6.0.9",
  3. "_id": "react-error-overlay@6.0.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==",
  6. "_location": "/react-error-overlay",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "react-error-overlay@^6.0.9",
  12. "name": "react-error-overlay",
  13. "escapedName": "react-error-overlay",
  14. "rawSpec": "^6.0.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.9"
  17. },
  18. "_requiredBy": [
  19. "/react-dev-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz",
  22. "_shasum": "3c743010c9359608c375ecd6bc76f35d93995b0a",
  23. "_spec": "react-error-overlay@^6.0.9",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-dev-utils",
  25. "author": {
  26. "name": "Joe Haddad",
  27. "email": "timer150@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/facebook/create-react-app/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "An overlay for displaying stack frames.",
  35. "devDependencies": {
  36. "@babel/code-frame": "7.10.4",
  37. "@babel/core": "7.12.3",
  38. "anser": "1.4.10",
  39. "babel-eslint": "^10.1.0",
  40. "babel-jest": "^26.6.0",
  41. "babel-loader": "8.1.0",
  42. "babel-preset-react-app": "^10.0.0",
  43. "chalk": "2.4.2",
  44. "chokidar": "^3.4.3",
  45. "cross-env": "7.0.2",
  46. "eslint": "^7.11.0",
  47. "eslint-config-react-app": "^6.0.0",
  48. "eslint-plugin-flowtype": "^5.2.0",
  49. "eslint-plugin-import": "^2.22.1",
  50. "eslint-plugin-jest": "^24.1.0",
  51. "eslint-plugin-jsx-a11y": "^6.3.1",
  52. "eslint-plugin-react": "^7.21.5",
  53. "eslint-plugin-react-hooks": "^4.2.0",
  54. "eslint-plugin-testing-library": "^3.9.2",
  55. "flow-bin": "^0.116.0",
  56. "html-entities": "1.3.1",
  57. "jest": "26.6.0",
  58. "jest-fetch-mock": "2.1.2",
  59. "object-assign": "4.1.1",
  60. "promise": "8.1.0",
  61. "raw-loader": "^4.0.2",
  62. "react": "^17.0.1",
  63. "react-app-polyfill": "^2.0.0",
  64. "react-dom": "^17.0.1",
  65. "rimraf": "^3.0.2",
  66. "settle-promise": "1.0.0",
  67. "source-map": "0.5.7",
  68. "terser-webpack-plugin": "4.2.3",
  69. "webpack": "^4.44.2"
  70. },
  71. "files": [
  72. "lib/index.js"
  73. ],
  74. "gitHead": "9c752607bb1e96c9819a2eebc330c66909b819e0",
  75. "homepage": "https://github.com/facebook/create-react-app#readme",
  76. "jest": {
  77. "setupFiles": [
  78. "./src/__tests__/setupJest.js"
  79. ],
  80. "collectCoverage": true,
  81. "coverageReporters": [
  82. "json"
  83. ],
  84. "testMatch": [
  85. "<rootDir>/src/**/__tests__/**/*.js?(x)",
  86. "<rootDir>/src/**/?(*.)(spec|test).js?(x)"
  87. ],
  88. "testPathIgnorePatterns": [
  89. "/node_modules/",
  90. "/fixtures/",
  91. "setupJest.js"
  92. ]
  93. },
  94. "keywords": [
  95. "overlay",
  96. "syntax",
  97. "error",
  98. "red",
  99. "box",
  100. "redbox",
  101. "crash",
  102. "warning"
  103. ],
  104. "license": "MIT",
  105. "main": "lib/index.js",
  106. "name": "react-error-overlay",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/facebook/create-react-app.git",
  110. "directory": "packages/react-error-overlay"
  111. },
  112. "scripts": {
  113. "build": "cross-env NODE_ENV=development node build.js",
  114. "build:prod": "cross-env NODE_ENV=production node build.js",
  115. "start": "cross-env NODE_ENV=development node build.js --watch",
  116. "test": "cross-env NODE_ENV=test jest"
  117. },
  118. "sideEffects": false,
  119. "version": "6.0.9"
  120. }