mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "react-dev-utils",
|
|
"version": "4.0.1",
|
|
"description": "Webpack utilities used by Create React App",
|
|
"repository": "facebookincubator/create-react-app",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"checkRequiredFiles.js",
|
|
"clearConsole.js",
|
|
"crashOverlay.js",
|
|
"crossSpawn.js",
|
|
"eslintFormatter.js",
|
|
"errorOverlayMiddleware.js",
|
|
"FileSizeReporter.js",
|
|
"printBuildError.js",
|
|
"formatWebpackMessages.js",
|
|
"getProcessForPort.js",
|
|
"inquirer.js",
|
|
"InterpolateHtmlPlugin.js",
|
|
"launchEditor.js",
|
|
"launchEditorEndpoint.js",
|
|
"ModuleScopePlugin.js",
|
|
"noopServiceWorkerMiddleware.js",
|
|
"openBrowser.js",
|
|
"openChrome.applescript",
|
|
"printHostingInstructions.js",
|
|
"WatchMissingNodeModulesPlugin.js",
|
|
"WebpackDevServerUtils.js",
|
|
"webpackHotDevClient.js"
|
|
],
|
|
"dependencies": {
|
|
"address": "1.0.2",
|
|
"babel-code-frame": "6.22.0",
|
|
"chalk": "1.1.3",
|
|
"cross-spawn": "5.1.0",
|
|
"detect-port-alt": "1.1.3",
|
|
"escape-string-regexp": "1.0.5",
|
|
"filesize": "3.5.10",
|
|
"global-modules": "1.0.0",
|
|
"gzip-size": "3.0.0",
|
|
"inquirer": "3.2.1",
|
|
"is-root": "1.0.0",
|
|
"opn": "5.1.0",
|
|
"react-error-overlay": "^2.0.1",
|
|
"recursive-readdir": "2.2.1",
|
|
"shell-quote": "1.6.1",
|
|
"sockjs-client": "1.1.4",
|
|
"strip-ansi": "3.0.1",
|
|
"text-table": "0.2.0"
|
|
}
|
|
}
|