package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "_from": "webpack-dev-server@^2.11.5",
  3. "_id": "webpack-dev-server@2.11.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7TdOKKt7G3sWEhPKV0zP+nD0c4V9YKUJ3wDdBwQsZNo58oZIRoVIu66pg7PYkBW8A74msP9C2kLwmxGHndz/pw==",
  6. "_location": "/webpack-dev-server",
  7. "_phantomChildren": {
  8. "code-point-at": "1.1.0",
  9. "decamelize": "1.2.0",
  10. "error-ex": "1.3.2",
  11. "get-caller-file": "1.0.3",
  12. "graceful-fs": "4.2.2",
  13. "is-utf8": "0.2.1",
  14. "lcid": "1.0.0",
  15. "normalize-package-data": "2.5.0",
  16. "number-is-nan": "1.0.1",
  17. "pinkie-promise": "2.0.1",
  18. "require-directory": "2.1.1",
  19. "require-main-filename": "1.0.1",
  20. "set-blocking": "2.0.0",
  21. "strip-ansi": "3.0.1",
  22. "wrap-ansi": "2.1.0"
  23. },
  24. "_requested": {
  25. "type": "range",
  26. "registry": true,
  27. "raw": "webpack-dev-server@^2.11.5",
  28. "name": "webpack-dev-server",
  29. "escapedName": "webpack-dev-server",
  30. "rawSpec": "^2.11.5",
  31. "saveSpec": null,
  32. "fetchSpec": "^2.11.5"
  33. },
  34. "_requiredBy": [
  35. "#DEV:/"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.11.5.tgz",
  38. "_shasum": "416fbdea0e04eebe44a626e791d5a2eb37fe8c48",
  39. "_spec": "webpack-dev-server@^2.11.5",
  40. "_where": "D:\\workSpace\\dealer_front",
  41. "author": {
  42. "name": "Tobias Koppers @sokra"
  43. },
  44. "bin": {
  45. "webpack-dev-server": "bin/webpack-dev-server.js"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/webpack/webpack-dev-server/issues"
  49. },
  50. "bundleDependencies": false,
  51. "dependencies": {
  52. "ansi-html": "0.0.7",
  53. "array-includes": "^3.0.3",
  54. "bonjour": "^3.5.0",
  55. "chokidar": "^2.1.2",
  56. "compression": "^1.7.3",
  57. "connect-history-api-fallback": "^1.3.0",
  58. "debug": "^3.1.0",
  59. "del": "^3.0.0",
  60. "express": "^4.16.2",
  61. "html-entities": "^1.2.0",
  62. "http-proxy-middleware": "^0.19.1",
  63. "import-local": "^1.0.0",
  64. "internal-ip": "1.2.0",
  65. "ip": "^1.1.5",
  66. "killable": "^1.0.0",
  67. "loglevel": "^1.4.1",
  68. "opn": "^5.1.0",
  69. "portfinder": "^1.0.9",
  70. "selfsigned": "^1.9.1",
  71. "serve-index": "^1.9.1",
  72. "sockjs": "0.3.19",
  73. "sockjs-client": "1.1.5",
  74. "spdy": "^4.0.0",
  75. "strip-ansi": "^3.0.0",
  76. "supports-color": "^5.1.0",
  77. "webpack-dev-middleware": "1.12.2",
  78. "yargs": "6.6.0"
  79. },
  80. "deprecated": false,
  81. "description": "Serves a webpack app. Updates the browser on changes.",
  82. "devDependencies": {
  83. "babel-cli": "^6.26.0",
  84. "babel-core": "^6.26.3",
  85. "babel-loader": "^7.1.2",
  86. "babel-preset-env": "^1.7.0",
  87. "codecov.io": "^0.1.6",
  88. "copy-webpack-plugin": "^4.3.1",
  89. "css-loader": "^0.28.5",
  90. "eslint": "^4.5.0",
  91. "eslint-config-webpack": "^1.2.5",
  92. "eslint-plugin-import": "^2.7.0",
  93. "execa": "^0.8.0",
  94. "file-loader": "^1.1.6",
  95. "html-webpack-plugin": "^2.30.1",
  96. "istanbul": "^0.4.5",
  97. "jquery": "^3.2.1",
  98. "less": "^2.5.1",
  99. "less-loader": "^4.0.5",
  100. "marked": "^0.3.9",
  101. "mocha": "^3.5.3",
  102. "mocha-sinon": "^2.0.0",
  103. "pug": "^2.0.3",
  104. "pug-loader": "^2.3.0",
  105. "semver": "^5.4.1",
  106. "should": "^13.2.0",
  107. "sinon": "^4.1.3",
  108. "style-loader": "^0.19.1",
  109. "supertest": "^3.0.0",
  110. "uglifyjs-webpack-plugin": "^1.0.0-beta.2",
  111. "url-loader": "^0.6.2",
  112. "webpack": "^3.10.0",
  113. "ws": "^4.0.0"
  114. },
  115. "engines": {
  116. "node": ">=4.7"
  117. },
  118. "files": [
  119. "lib/",
  120. "bin",
  121. "client/",
  122. "ssl/"
  123. ],
  124. "homepage": "https://github.com/webpack/webpack-dev-server",
  125. "license": "MIT",
  126. "main": "lib/Server.js",
  127. "maintainers": [
  128. {
  129. "name": "Andrew Powell",
  130. "email": "andrew@shellscape.org",
  131. "url": "shellscape.org"
  132. }
  133. ],
  134. "name": "webpack-dev-server",
  135. "peerDependencies": {
  136. "webpack": "^2.2.0 || ^3.0.0"
  137. },
  138. "repository": {
  139. "type": "git",
  140. "url": "git+https://github.com/webpack/webpack-dev-server.git"
  141. },
  142. "scripts": {
  143. "beautify": "npm run lint -- --fix",
  144. "build:index": "webpack ./client-src/default/index.js client/index.bundle.js --color --config client-src/default/webpack.config.js",
  145. "build:live": "webpack ./client-src/live/index.js client/live.bundle.js --color --config client-src/live/webpack.config.js",
  146. "build:sockjs": "webpack ./client-src/sockjs/index.js client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
  147. "ci": "npm run cover -- --report lcovonly && npm run test",
  148. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  149. "lint": "eslint bin lib test examples client-src",
  150. "mocha": "mocha --full-trace --check-leaks",
  151. "prepublish": "(rm ssl/*.pem || true) && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs",
  152. "test": "npm run lint && npm run mocha",
  153. "transpile:index": "babel client-src/default --out-dir client --ignore *.config.js",
  154. "webpack-dev-server": "cd $INIT_CWD && node ../../../bin/webpack-dev-server.js"
  155. },
  156. "version": "2.11.5"
  157. }