UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@vue/cli",
3 "version": "4.2.3",
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.3",
28 "@vue/cli-ui": "^4.2.3",
29 "@vue/cli-ui-addon-webpack": "^4.2.3",
30 "@vue/cli-ui-addon-widgets": "^4.2.3",
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 "download-git-repo": "^1.0.2",
37 "ejs": "^2.7.1",
38 "envinfo": "^7.5.0",
39 "fs-extra": "^7.0.1",
40 "globby": "^9.2.0",
41 "import-global": "^0.1.0",
42 "inquirer": "^6.3.1",
43 "isbinaryfile": "^4.0.0",
44 "javascript-stringify": "^1.6.0",
45 "js-yaml": "^3.13.1",
46 "jscodeshift": "^0.7.0",
47 "leven": "^3.1.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": "^2.6.11",
57 "vue-jscodeshift-adapter": "^2.0.2",
58 "yaml-front-matter": "^3.4.1"
59 },
60 "engines": {
61 "node": ">=8.9"
62 },
63 "gitHead": "0380f226b9d5df188622c6bdb3d1b12f8b4e044c"
64}