UNPKG

2.28 kBJSONView Raw
1{
2 "name": "react-dev-utils",
3 "version": "11.0.4",
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": ">=10"
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 "formatWebpackMessages.js",
29 "getCacheIdentifier.js",
30 "getCSSModuleLocalIdent.js",
31 "getProcessForPort.js",
32 "getPublicUrlOrPath.js",
33 "globby.js",
34 "ignoredFiles.js",
35 "immer.js",
36 "InlineChunkHtmlPlugin.js",
37 "InterpolateHtmlPlugin.js",
38 "launchEditor.js",
39 "launchEditorEndpoint.js",
40 "ModuleNotFoundPlugin.js",
41 "ModuleScopePlugin.js",
42 "noopServiceWorkerMiddleware.js",
43 "openBrowser.js",
44 "openChrome.applescript",
45 "printBuildError.js",
46 "printHostingInstructions.js",
47 "redirectServedPathMiddleware.js",
48 "refreshOverlayInterop.js",
49 "typescriptFormatter.js",
50 "WatchMissingNodeModulesPlugin.js",
51 "WebpackDevServerUtils.js",
52 "webpackHotDevClient.js"
53 ],
54 "dependencies": {
55 "@babel/code-frame": "7.10.4",
56 "address": "1.1.2",
57 "browserslist": "4.14.2",
58 "chalk": "2.4.2",
59 "cross-spawn": "7.0.3",
60 "detect-port-alt": "1.1.6",
61 "escape-string-regexp": "2.0.0",
62 "filesize": "6.1.0",
63 "find-up": "4.1.0",
64 "fork-ts-checker-webpack-plugin": "4.1.6",
65 "global-modules": "2.0.0",
66 "globby": "11.0.1",
67 "gzip-size": "5.1.1",
68 "immer": "8.0.1",
69 "is-root": "2.1.0",
70 "loader-utils": "2.0.0",
71 "open": "^7.0.2",
72 "pkg-up": "3.1.0",
73 "prompts": "2.4.0",
74 "react-error-overlay": "^6.0.9",
75 "recursive-readdir": "2.2.2",
76 "shell-quote": "1.7.2",
77 "strip-ansi": "6.0.0",
78 "text-table": "0.2.0"
79 },
80 "devDependencies": {
81 "cross-env": "^7.0.2",
82 "jest": "26.6.0"
83 },
84 "scripts": {
85 "test": "cross-env FORCE_COLOR=true jest"
86 }
87}