diff options
Diffstat (limited to 'node_modules/webpack-serve/package.json')
| -rw-r--r-- | node_modules/webpack-serve/package.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/node_modules/webpack-serve/package.json b/node_modules/webpack-serve/package.json new file mode 100644 index 00000000..a4a8913d --- /dev/null +++ b/node_modules/webpack-serve/package.json @@ -0,0 +1,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" + } +} |
