mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
- babel-preset-react-app@2.0.0 - create-react-app@0.7.0 - eslint-config-react-app@0.4.0 - react-dev-utils@0.4.0 - react-scripts@0.8.0
35 lines
845 B
JSON
35 lines
845 B
JSON
{
|
|
"name": "react-dev-utils",
|
|
"version": "0.4.0",
|
|
"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": ">=4"
|
|
},
|
|
"files": [
|
|
"clearConsole.js",
|
|
"checkRequiredFiles.js",
|
|
"formatWebpackMessages.js",
|
|
"getProcessForPort.js",
|
|
"InterpolateHtmlPlugin.js",
|
|
"openChrome.applescript",
|
|
"openBrowser.js",
|
|
"prompt.js",
|
|
"WatchMissingNodeModulesPlugin.js",
|
|
"webpackHotDevClient.js"
|
|
],
|
|
"dependencies": {
|
|
"ansi-html": "0.0.5",
|
|
"chalk": "1.1.3",
|
|
"escape-string-regexp": "1.0.5",
|
|
"html-entities": "1.2.0",
|
|
"opn": "4.0.2",
|
|
"sockjs-client": "1.0.3",
|
|
"strip-ansi": "3.0.1"
|
|
}
|
|
}
|