mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
* Bump minimal Node version to 4.7.0 * Bump minimal Node version to 4.7.0 Modified additional files that needed a bump to 4.7.0 minimum node version * Bump minimal Node version to 4.7.0 Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+ * Bump minimal node version to 6 * Bump minimal node version to 6 * Bump minimal node version to 6
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "react-dev-utils",
|
|
"version": "0.5.2",
|
|
"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": [
|
|
"ansiHTML.js",
|
|
"checkRequiredFiles.js",
|
|
"clearConsole.js",
|
|
"crashOverlay.js",
|
|
"FileSizeReporter.js",
|
|
"formatWebpackMessages.js",
|
|
"getProcessForPort.js",
|
|
"InterpolateHtmlPlugin.js",
|
|
"openBrowser.js",
|
|
"openChrome.applescript",
|
|
"prompt.js",
|
|
"WatchMissingNodeModulesPlugin.js",
|
|
"webpackHotDevClient.js"
|
|
],
|
|
"dependencies": {
|
|
"anser": "1.1.0",
|
|
"babel-code-frame": "6.20.0",
|
|
"chalk": "1.1.3",
|
|
"escape-string-regexp": "1.0.5",
|
|
"filesize": "3.3.0",
|
|
"gzip-size": "3.0.0",
|
|
"html-entities": "1.2.0",
|
|
"opn": "4.0.2",
|
|
"recursive-readdir": "2.1.1",
|
|
"sockjs-client": "1.1.2",
|
|
"stack-frame-mapper": "0.4.0",
|
|
"stack-frame-parser": "0.4.0",
|
|
"stack-frame-unmapper": "0.4.0",
|
|
"strip-ansi": "3.0.1"
|
|
}
|
|
}
|