package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "@vue/cli",
  3. "version": "4.2.2",
  4. "description": "Command line interface for rapid Vue.js development",
  5. "bin": {
  6. "vue": "bin/vue.js"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/vuejs/vue-cli.git",
  11. "directory": "packages/@vue/cli"
  12. },
  13. "keywords": [
  14. "vue",
  15. "cli"
  16. ],
  17. "author": "Evan You",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/vuejs/vue-cli/issues"
  21. },
  22. "homepage": "https://cli.vuejs.org/",
  23. "publishConfig": {
  24. "access": "public"
  25. },
  26. "dependencies": {
  27. "@vue/cli-shared-utils": "^4.2.2",
  28. "@vue/cli-ui": "^4.2.2",
  29. "@vue/cli-ui-addon-webpack": "^4.2.2",
  30. "@vue/cli-ui-addon-widgets": "^4.2.2",
  31. "boxen": "^4.1.0",
  32. "cmd-shim": "^3.0.3",
  33. "commander": "^2.20.0",
  34. "debug": "^4.1.0",
  35. "deepmerge": "^4.2.2",
  36. "didyoumean": "^1.2.1",
  37. "download-git-repo": "^1.0.2",
  38. "ejs": "^2.7.1",
  39. "envinfo": "^7.5.0",
  40. "fs-extra": "^7.0.1",
  41. "globby": "^9.2.0",
  42. "import-global": "^0.1.0",
  43. "inquirer": "^6.3.1",
  44. "isbinaryfile": "^4.0.0",
  45. "javascript-stringify": "^1.6.0",
  46. "js-yaml": "^3.13.1",
  47. "jscodeshift": "^0.7.0",
  48. "lodash.clonedeep": "^4.5.0",
  49. "lru-cache": "^5.1.1",
  50. "minimist": "^1.2.0",
  51. "recast": "^0.18.1",
  52. "resolve": "^1.15.0",
  53. "shortid": "^2.2.15",
  54. "slash": "^3.0.0",
  55. "validate-npm-package-name": "^3.0.0",
  56. "vue-jscodeshift-adapter": "^2.0.2",
  57. "yaml-front-matter": "^3.4.1"
  58. },
  59. "engines": {
  60. "node": ">=8.9"
  61. },
  62. "gitHead": "94da5243bebae0359951288568c9992c6933a1a6"
  63. }