package.json 3.4 KB

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