mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "react-dev-utils",
|
|
"version": "5.0.0",
|
|
"description": "Webpack utilities used by Create React App",
|
|
"repository": "facebook/create-react-app",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/create-react-app/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"browsersHelper.js",
|
|
"checkRequiredFiles.js",
|
|
"clearConsole.js",
|
|
"crashOverlay.js",
|
|
"crossSpawn.js",
|
|
"eslintFormatter.js",
|
|
"errorOverlayMiddleware.js",
|
|
"FileSizeReporter.js",
|
|
"printBuildError.js",
|
|
"formatWebpackMessages.js",
|
|
"getProcessForPort.js",
|
|
"ignoredFiles.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": {
|
|
"@babel/code-frame": "7.0.0-beta.38",
|
|
"address": "1.0.3",
|
|
"browserslist": "2.11.3",
|
|
"chalk": "2.3.0",
|
|
"cross-spawn": "5.1.0",
|
|
"detect-port-alt": "1.1.5",
|
|
"escape-string-regexp": "1.0.5",
|
|
"filesize": "3.5.11",
|
|
"global-modules": "1.0.0",
|
|
"gzip-size": "4.1.0",
|
|
"inquirer": "5.0.0",
|
|
"is-root": "1.0.0",
|
|
"opn": "5.2.0",
|
|
"pkg-up": "2.0.0",
|
|
"react-error-overlay": "^4.0.0",
|
|
"recursive-readdir": "2.2.1",
|
|
"shell-quote": "1.6.1",
|
|
"sockjs-client": "1.1.4",
|
|
"strip-ansi": "4.0.0",
|
|
"text-table": "0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "22.1.2"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
}
|
|
}
|