package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "react-dev-utils",
  3. "version": "12.0.0",
  4. "description": "webpack utilities used by Create React App",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/facebook/create-react-app.git",
  8. "directory": "packages/react-dev-utils"
  9. },
  10. "license": "MIT",
  11. "bugs": {
  12. "url": "https://github.com/facebook/create-react-app/issues"
  13. },
  14. "engines": {
  15. "node": ">=14"
  16. },
  17. "files": [
  18. "browsersHelper.js",
  19. "chalk.js",
  20. "checkRequiredFiles.js",
  21. "clearConsole.js",
  22. "crossSpawn.js",
  23. "errorOverlayMiddleware.js",
  24. "eslintFormatter.js",
  25. "evalSourceMapMiddleware.js",
  26. "FileSizeReporter.js",
  27. "ForkTsCheckerWebpackPlugin.js",
  28. "ForkTsCheckerWarningWebpackPlugin.js",
  29. "formatWebpackMessages.js",
  30. "getCacheIdentifier.js",
  31. "getCSSModuleLocalIdent.js",
  32. "getProcessForPort.js",
  33. "getPublicUrlOrPath.js",
  34. "globby.js",
  35. "ignoredFiles.js",
  36. "immer.js",
  37. "InlineChunkHtmlPlugin.js",
  38. "InterpolateHtmlPlugin.js",
  39. "launchEditor.js",
  40. "launchEditorEndpoint.js",
  41. "ModuleNotFoundPlugin.js",
  42. "ModuleScopePlugin.js",
  43. "noopServiceWorkerMiddleware.js",
  44. "openBrowser.js",
  45. "openChrome.applescript",
  46. "printBuildError.js",
  47. "printHostingInstructions.js",
  48. "redirectServedPathMiddleware.js",
  49. "refreshOverlayInterop.js",
  50. "typescriptFormatter.js",
  51. "WebpackDevServerUtils.js",
  52. "webpackHotDevClient.js"
  53. ],
  54. "dependencies": {
  55. "@babel/code-frame": "^7.16.0",
  56. "address": "^1.1.2",
  57. "browserslist": "^4.18.1",
  58. "chalk": "^4.1.2",
  59. "cross-spawn": "^7.0.3",
  60. "detect-port-alt": "^1.1.6",
  61. "escape-string-regexp": "^4.0.0",
  62. "filesize": "^8.0.6",
  63. "find-up": "^5.0.0",
  64. "fork-ts-checker-webpack-plugin": "^6.5.0",
  65. "global-modules": "^2.0.0",
  66. "globby": "^11.0.4",
  67. "gzip-size": "^6.0.0",
  68. "immer": "^9.0.7",
  69. "is-root": "^2.1.0",
  70. "loader-utils": "^3.2.0",
  71. "open": "^8.4.0",
  72. "pkg-up": "^3.1.0",
  73. "prompts": "^2.4.2",
  74. "react-error-overlay": "^6.0.10",
  75. "recursive-readdir": "^2.2.2",
  76. "shell-quote": "^1.7.3",
  77. "strip-ansi": "^6.0.1",
  78. "text-table": "^0.2.0"
  79. },
  80. "devDependencies": {
  81. "cross-env": "^7.0.3",
  82. "jest": "^27.4.3"
  83. },
  84. "scripts": {
  85. "test": "cross-env FORCE_COLOR=true jest"
  86. },
  87. "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
  88. }