package.json 1.29 KB
Newer Older
1
2
{
  "name": "react-dev-utils",
Dan Abramov's avatar
Publish    
Dan Abramov committed
3
  "version": "1.0.1",
4
5
6
7
8
9
10
  "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": {
11
    "node": ">=6"
12
13
  },
  "files": [
14
    "ansiHTML.js",
15
    "checkRequiredFiles.js",
16
    "clearConsole.js",
17
    "crashOverlay.js",
18
    "eslintFormatter.js",
19
    "FileSizeReporter.js",
20
    "formatWebpackMessages.js",
21
    "getProcessForPort.js",
22
    "InterpolateHtmlPlugin.js",
23
    "launchEditor.js",
Joe Haddad's avatar
Joe Haddad committed
24
    "ModuleScopePlugin.js",
25
    "openBrowser.js",
26
    "openChrome.applescript",
27
    "printHostingInstructions.js",
28
    "WatchMissingNodeModulesPlugin.js",
29
    "WebpackDevServerUtils.js",
30
    "webpackHotDevClient.js"
31
32
  ],
  "dependencies": {
33
    "@timer/detect-port": "1.1.3",
34
    "address": "1.0.1",
Dan Abramov's avatar
Dan Abramov committed
35
36
    "anser": "1.3.0",
    "babel-code-frame": "6.22.0",
37
    "chalk": "1.1.3",
38
    "cross-spawn": "4.0.2",
39
    "escape-string-regexp": "1.0.5",
40
41
    "filesize": "3.3.0",
    "gzip-size": "3.0.0",
Dan Abramov's avatar
Dan Abramov committed
42
    "html-entities": "1.2.1",
43
    "inquirer": "3.0.6",
Dan Abramov's avatar
Dan Abramov committed
44
45
46
47
    "opn": "5.0.0",
    "recursive-readdir": "2.2.1",
    "shell-quote": "1.6.1",
    "sockjs-client": "1.1.4",
Jonathan's avatar
Jonathan committed
48
49
    "strip-ansi": "3.0.1",
    "text-table": "0.2.0"
50
51
  }
}