mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-13 09:00:30 +08:00
* Only install react-scripts in CI mode
* Link locally
* Re-enable all output tests
* 💄 Polish webpack output
* Test sass support message
* Add more tests, but disabled
* Format missing default export error
* Format aliased import
* Why was node-sass required? Odd
* Format webpack rejection error
* Re-enable unknown package test
* Format file not found error and catch module scope plugin error
* Re-disable case sensitive paths
* Intercept and format case sensitive path errors
* Test out of scope message formatting
* Run behavior on macOS
* Run behavior on Node 8 and 10, only Node 8 for macOS
* Add some debugging
* Update matcher
* Only check stderr
* Remove old snapshot
* More debug
* Remove debug
* Add new debug
* Disable test on linux
* Add comment for future
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "react-dev-utils",
|
|
"version": "6.0.1",
|
|
"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",
|
|
"crossSpawn.js",
|
|
"errorOverlayMiddleware.js",
|
|
"eslintFormatter.js",
|
|
"evalSourceMapMiddleware.js",
|
|
"FileSizeReporter.js",
|
|
"formatWebpackMessages.js",
|
|
"getCacheIdentifier.js",
|
|
"getCSSModuleLocalIdent.js",
|
|
"getProcessForPort.js",
|
|
"ignoredFiles.js",
|
|
"InlineChunkHtmlPlugin.js",
|
|
"inquirer.js",
|
|
"InterpolateHtmlPlugin.js",
|
|
"launchEditor.js",
|
|
"launchEditorEndpoint.js",
|
|
"ModuleNotFoundPlugin.js",
|
|
"ModuleScopePlugin.js",
|
|
"noopServiceWorkerMiddleware.js",
|
|
"openBrowser.js",
|
|
"openChrome.applescript",
|
|
"printBuildError.js",
|
|
"printHostingInstructions.js",
|
|
"WatchMissingNodeModulesPlugin.js",
|
|
"WebpackDevServerUtils.js",
|
|
"webpackHotDevClient.js"
|
|
],
|
|
"dependencies": {
|
|
"@babel/code-frame": "7.0.0",
|
|
"address": "1.0.3",
|
|
"browserslist": "4.1.1",
|
|
"chalk": "2.4.1",
|
|
"cross-spawn": "6.0.5",
|
|
"detect-port-alt": "1.1.6",
|
|
"escape-string-regexp": "1.0.5",
|
|
"filesize": "3.6.1",
|
|
"find-up": "3.0.0",
|
|
"global-modules": "1.0.0",
|
|
"gzip-size": "5.0.0",
|
|
"inquirer": "6.2.0",
|
|
"is-root": "2.0.0",
|
|
"loader-utils": "1.1.0",
|
|
"opn": "5.4.0",
|
|
"pkg-up": "2.0.0",
|
|
"react-error-overlay": "^5.0.1",
|
|
"recursive-readdir": "2.2.2",
|
|
"shell-quote": "1.6.1",
|
|
"sockjs-client": "1.1.5",
|
|
"strip-ansi": "4.0.0",
|
|
"text-table": "0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.0",
|
|
"jest": "23.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "cross-env FORCE_COLOR=true jest"
|
|
}
|
|
}
|