UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

34 lines (33 loc) 817 B
{ "name": "react-dev-utils", "version": "0.3.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", "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" } }