aboutsummaryrefslogtreecommitdiff
path: root/node_modules/webpack-serve/package.json
blob: a4a8913da7a0020fe4a23a6e5c73b40376ffb028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
  "name": "webpack-serve",
  "version": "1.0.4",
  "description": "A lean, modern, and flexible webpack development server",
  "license": "MIT",
  "repository": "webpack-contrib/webpack-serve",
  "author": "Andrew Powell <andrew@shellscape.org>",
  "homepage": "https://github.com/webpack-contrib/webpack-serve",
  "main": "index.js",
  "bin": "cli.js",
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "beautify": "npm run lint -- --fix",
    "ci": "npm run lint && npm run test",
    "cover": "nyc report --reporter=text-lcov > coverage.lcov && codecov --token=$WS_CODECOV_TOKEN",
    "cover:report": "nyc report --reporter=html",
    "lint": "eslint index.js cli.js bin lib test examples",
    "mocha": "mocha --require intelli-espower-loader test/test.js --full-trace --check-leaks --exit",
    "test": "nyc npm run mocha"
  },
  "files": [
    "lib/",
    "cli.js",
    "index.js"
  ],
  "peerDependencies": {
    "webpack": "^4.0.0"
  },
  "dependencies": {
    "@shellscape/koa-static": "^4.0.4",
    "@webpack-contrib/config-loader": "^1.1.1",
    "chalk": "^2.3.0",
    "clipboardy": "^1.2.2",
    "cosmiconfig": "^5.0.2",
    "debug": "^3.1.0",
    "find-up": "^2.1.0",
    "get-port": "^3.2.0",
    "import-local": "^1.0.0",
    "killable": "^1.0.0",
    "koa": "^2.4.1",
    "koa-webpack": "^4.0.0",
    "lodash": "^4.17.5",
    "loud-rejection": "^1.6.0",
    "meow": "^5.0.0",
    "nanobus": "^4.3.1",
    "opn": "^5.1.0",
    "resolve": "^1.6.0",
    "time-fix-plugin": "^2.0.0",
    "update-notifier": "^2.3.0",
    "url-join": "3.0.0",
    "v8-compile-cache": "^2.0.0",
    "webpack-hot-client": "^3.0.0",
    "webpack-log": "^1.1.2"
  },
  "devDependencies": {
    "@webpack-contrib/eslint-config-webpack": "^2.0.4",
    "codecov": "^3.0.0",
    "eslint": "^4.5.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-prettier": "^2.6.0",
    "execa": "^0.10.0",
    "intelli-espower-loader": "^1.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.0",
    "mocha-chrome": "^1.0.3",
    "mock-require": "^3.0.1",
    "node-fetch": "^2.0.0",
    "nyc": "^11.4.1",
    "power-assert": "^1.4.4",
    "prettier": "^1.12.1",
    "sinon": "^4.2.2",
    "strip-ansi": "^4.0.0",
    "webpack": "^4.0.0",
    "webpack-cli": "^2.0.9",
    "ws": "^5.0.0"
  }
}