package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_from": "@vue/cli-service@~5.0.8",
  3. "_id": "@vue/cli-service@5.0.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yTX7GVyM19tEbd+y5/gA6MkVKA6K61nVYHYAivD61Hx6odVFmQsaC3/R3cWAHM1P5oVKCevBbumPljbT+tFG2w==",
  6. "_location": "/@vue/cli-service",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vue/cli-service@~5.0.8",
  12. "name": "@vue/cli-service",
  13. "escapedName": "@vue%2fcli-service",
  14. "scope": "@vue",
  15. "rawSpec": "~5.0.8",
  16. "saveSpec": null,
  17. "fetchSpec": "~5.0.8"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@vue/cli-service/-/cli-service-5.0.9.tgz",
  23. "_shasum": "e5ec465aca058299e9e2f092b6557b4464f2e539",
  24. "_spec": "@vue/cli-service@~5.0.8",
  25. "_where": "E:\\git\\2021项目\\安科院大屏",
  26. "author": {
  27. "name": "Evan You"
  28. },
  29. "bin": {
  30. "vue-cli-service": "bin/vue-cli-service.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/vuejs/vue-cli/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/helper-compilation-targets": "^7.12.16",
  38. "@soda/friendly-errors-webpack-plugin": "^1.8.0",
  39. "@soda/get-current-script": "^1.0.2",
  40. "@types/minimist": "^1.2.0",
  41. "@vue/cli-overlay": "^5.0.9",
  42. "@vue/cli-plugin-router": "^5.0.9",
  43. "@vue/cli-plugin-vuex": "^5.0.9",
  44. "@vue/cli-shared-utils": "^5.0.9",
  45. "@vue/component-compiler-utils": "^3.3.0",
  46. "@vue/vue-loader-v15": "npm:vue-loader@^15.9.7",
  47. "@vue/web-component-wrapper": "^1.3.0",
  48. "acorn": "^8.0.5",
  49. "acorn-walk": "^8.0.2",
  50. "address": "^1.1.2",
  51. "autoprefixer": "^10.2.4",
  52. "browserslist": "^4.16.3",
  53. "case-sensitive-paths-webpack-plugin": "^2.3.0",
  54. "cli-highlight": "^2.1.10",
  55. "clipboardy": "^2.3.0",
  56. "cliui": "^7.0.4",
  57. "copy-webpack-plugin": "^9.0.1",
  58. "css-loader": "^6.5.0",
  59. "css-minimizer-webpack-plugin": "^3.0.2",
  60. "cssnano": "^5.0.0",
  61. "debug": "^4.1.1",
  62. "default-gateway": "^6.0.3",
  63. "dotenv": "^10.0.0",
  64. "dotenv-expand": "^5.1.0",
  65. "fs-extra": "^9.1.0",
  66. "globby": "^11.0.2",
  67. "hash-sum": "^2.0.0",
  68. "html-webpack-plugin": "^5.1.0",
  69. "is-file-esm": "^1.0.0",
  70. "launch-editor-middleware": "^2.2.1",
  71. "lodash.defaultsdeep": "^4.6.1",
  72. "lodash.mapvalues": "^4.6.0",
  73. "mini-css-extract-plugin": "^2.5.3",
  74. "minimist": "^1.2.5",
  75. "module-alias": "^2.2.2",
  76. "portfinder": "^1.0.26",
  77. "postcss": "^8.2.6",
  78. "postcss-loader": "^6.1.1",
  79. "progress-webpack-plugin": "^1.0.12",
  80. "ssri": "^8.0.1",
  81. "terser-webpack-plugin": "^5.1.1",
  82. "thread-loader": "^3.0.0",
  83. "vue-loader": "^17.0.0",
  84. "vue-style-loader": "^4.1.3",
  85. "webpack": "^5.54.0",
  86. "webpack-bundle-analyzer": "^4.4.0",
  87. "webpack-chain": "^6.5.1",
  88. "webpack-dev-server": "^4.7.3",
  89. "webpack-merge": "^5.7.3",
  90. "webpack-virtual-modules": "^0.4.2",
  91. "whatwg-fetch": "^3.6.2"
  92. },
  93. "deprecated": false,
  94. "description": "local service for vue-cli projects",
  95. "devDependencies": {
  96. "cache-loader": "^4.1.0",
  97. "sass": "^1.32.7",
  98. "sass-loader": "^12.0.0",
  99. "stylus-loader": "^6.1.0",
  100. "vue": "^2.6.14",
  101. "vue-router": "^3.5.1",
  102. "vue-template-compiler": "^2.6.14",
  103. "vuex": "^3.6.2"
  104. },
  105. "engines": {
  106. "node": "^12.0.0 || >= 14.0.0"
  107. },
  108. "gitHead": "7eb93c169c7520935252e2473387f923ef80d856",
  109. "homepage": "https://cli.vuejs.org/",
  110. "keywords": [
  111. "vue",
  112. "cli"
  113. ],
  114. "license": "MIT",
  115. "main": "lib/Service.js",
  116. "name": "@vue/cli-service",
  117. "peerDependencies": {
  118. "vue-template-compiler": "^2.0.0",
  119. "webpack-sources": "*"
  120. },
  121. "peerDependenciesMeta": {
  122. "cache-loader": {
  123. "optional": true
  124. },
  125. "less-loader": {
  126. "optional": true
  127. },
  128. "pug-plain-loader": {
  129. "optional": true
  130. },
  131. "raw-loader": {
  132. "optional": true
  133. },
  134. "sass-loader": {
  135. "optional": true
  136. },
  137. "stylus-loader": {
  138. "optional": true
  139. },
  140. "vue-template-compiler": {
  141. "optional": true
  142. },
  143. "webpack-sources": {
  144. "optional": true
  145. }
  146. },
  147. "publishConfig": {
  148. "access": "public"
  149. },
  150. "repository": {
  151. "type": "git",
  152. "url": "git+https://github.com/vuejs/vue-cli.git",
  153. "directory": "packages/@vue/cli-service"
  154. },
  155. "typings": "types/index.d.ts",
  156. "version": "5.0.9"
  157. }