package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "_from": "react-scripts",
  3. "_id": "react-scripts@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-S5eO4vjUzUisvkIPB7jVsKtuH2HhWcASREYWHAQ1FP5HyCv3xgn+wpILAEWkmy+A+tTNbSZClhxjT3qz6g4L1A==",
  6. "_location": "/react-scripts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "react-scripts",
  12. "name": "react-scripts",
  13. "escapedName": "react-scripts",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-4.0.3.tgz",
  23. "_shasum": "b1cafed7c3fa603e7628ba0f187787964cb5d345",
  24. "_spec": "react-scripts",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1",
  26. "bin": {
  27. "react-scripts": "bin/react-scripts.js"
  28. },
  29. "browserslist": {
  30. "production": [
  31. ">0.2%",
  32. "not dead",
  33. "not op_mini all"
  34. ],
  35. "development": [
  36. "last 1 chrome version",
  37. "last 1 firefox version",
  38. "last 1 safari version"
  39. ]
  40. },
  41. "bugs": {
  42. "url": "https://github.com/facebook/create-react-app/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "@babel/core": "7.12.3",
  47. "@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
  48. "@svgr/webpack": "5.5.0",
  49. "@typescript-eslint/eslint-plugin": "^4.5.0",
  50. "@typescript-eslint/parser": "^4.5.0",
  51. "babel-eslint": "^10.1.0",
  52. "babel-jest": "^26.6.0",
  53. "babel-loader": "8.1.0",
  54. "babel-plugin-named-asset-import": "^0.3.7",
  55. "babel-preset-react-app": "^10.0.0",
  56. "bfj": "^7.0.2",
  57. "camelcase": "^6.1.0",
  58. "case-sensitive-paths-webpack-plugin": "2.3.0",
  59. "css-loader": "4.3.0",
  60. "dotenv": "8.2.0",
  61. "dotenv-expand": "5.1.0",
  62. "eslint": "^7.11.0",
  63. "eslint-config-react-app": "^6.0.0",
  64. "eslint-plugin-flowtype": "^5.2.0",
  65. "eslint-plugin-import": "^2.22.1",
  66. "eslint-plugin-jest": "^24.1.0",
  67. "eslint-plugin-jsx-a11y": "^6.3.1",
  68. "eslint-plugin-react": "^7.21.5",
  69. "eslint-plugin-react-hooks": "^4.2.0",
  70. "eslint-plugin-testing-library": "^3.9.2",
  71. "eslint-webpack-plugin": "^2.5.2",
  72. "file-loader": "6.1.1",
  73. "fs-extra": "^9.0.1",
  74. "fsevents": "^2.1.3",
  75. "html-webpack-plugin": "4.5.0",
  76. "identity-obj-proxy": "3.0.0",
  77. "jest": "26.6.0",
  78. "jest-circus": "26.6.0",
  79. "jest-resolve": "26.6.0",
  80. "jest-watch-typeahead": "0.6.1",
  81. "mini-css-extract-plugin": "0.11.3",
  82. "optimize-css-assets-webpack-plugin": "5.0.4",
  83. "pnp-webpack-plugin": "1.6.4",
  84. "postcss-flexbugs-fixes": "4.2.1",
  85. "postcss-loader": "3.0.0",
  86. "postcss-normalize": "8.0.1",
  87. "postcss-preset-env": "6.7.0",
  88. "postcss-safe-parser": "5.0.2",
  89. "prompts": "2.4.0",
  90. "react-app-polyfill": "^2.0.0",
  91. "react-dev-utils": "^11.0.3",
  92. "react-refresh": "^0.8.3",
  93. "resolve": "1.18.1",
  94. "resolve-url-loader": "^3.1.2",
  95. "sass-loader": "^10.0.5",
  96. "semver": "7.3.2",
  97. "style-loader": "1.3.0",
  98. "terser-webpack-plugin": "4.2.3",
  99. "ts-pnp": "1.2.0",
  100. "url-loader": "4.1.1",
  101. "webpack": "4.44.2",
  102. "webpack-dev-server": "3.11.1",
  103. "webpack-manifest-plugin": "2.2.0",
  104. "workbox-webpack-plugin": "5.1.4"
  105. },
  106. "deprecated": false,
  107. "description": "Configuration and scripts for Create React App.",
  108. "devDependencies": {
  109. "react": "^17.0.1",
  110. "react-dom": "^17.0.1"
  111. },
  112. "engines": {
  113. "node": "^10.12.0 || >=12.0.0"
  114. },
  115. "files": [
  116. "bin",
  117. "config",
  118. "lib",
  119. "scripts",
  120. "template",
  121. "template-typescript",
  122. "utils"
  123. ],
  124. "gitHead": "f92c37a6e6636ed1650ffd976c6881f59b1be803",
  125. "homepage": "https://github.com/facebook/create-react-app#readme",
  126. "license": "MIT",
  127. "name": "react-scripts",
  128. "optionalDependencies": {
  129. "fsevents": "^2.1.3"
  130. },
  131. "peerDependencies": {
  132. "react": ">= 16",
  133. "typescript": "^3.2.1 || ^4"
  134. },
  135. "peerDependenciesMeta": {
  136. "typescript": {
  137. "optional": true
  138. }
  139. },
  140. "repository": {
  141. "type": "git",
  142. "url": "git+https://github.com/facebook/create-react-app.git",
  143. "directory": "packages/react-scripts"
  144. },
  145. "types": "./lib/react-app.d.ts",
  146. "version": "4.0.3"
  147. }