UNPKG

1.67 kBJSONView Raw
1{
2 "name": "@vue/cli",
3 "version": "4.5.0",
4 "description": "Command line interface for rapid Vue.js development",
5 "bin": {
6 "vue": "bin/vue.js"
7 },
8 "types": "types/index.d.ts",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/vuejs/vue-cli.git",
12 "directory": "packages/@vue/cli"
13 },
14 "keywords": [
15 "vue",
16 "cli"
17 ],
18 "author": "Evan You",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/vuejs/vue-cli/issues"
22 },
23 "homepage": "https://cli.vuejs.org/",
24 "publishConfig": {
25 "access": "public"
26 },
27 "dependencies": {
28 "@types/ejs": "^2.7.0",
29 "@types/inquirer": "^6.5.0",
30 "@vue/cli-shared-utils": "^4.5.0",
31 "@vue/cli-ui": "^4.5.0",
32 "@vue/cli-ui-addon-webpack": "^4.5.0",
33 "@vue/cli-ui-addon-widgets": "^4.5.0",
34 "boxen": "^4.1.0",
35 "cmd-shim": "^3.0.3",
36 "commander": "^2.20.0",
37 "debug": "^4.1.0",
38 "deepmerge": "^4.2.2",
39 "download-git-repo": "^3.0.2",
40 "ejs": "^2.7.1",
41 "envinfo": "^7.5.1",
42 "fs-extra": "^7.0.1",
43 "globby": "^9.2.0",
44 "import-global": "^0.1.0",
45 "ini": "^1.3.5",
46 "inquirer": "^7.1.0",
47 "isbinaryfile": "^4.0.6",
48 "javascript-stringify": "^1.6.0",
49 "js-yaml": "^3.13.1",
50 "leven": "^3.1.0",
51 "lodash.clonedeep": "^4.5.0",
52 "lru-cache": "^5.1.1",
53 "minimist": "^1.2.5",
54 "recast": "^0.18.8",
55 "resolve": "^1.17.0",
56 "shortid": "^2.2.15",
57 "slash": "^3.0.0",
58 "validate-npm-package-name": "^3.0.0",
59 "vue": "^2.6.11",
60 "vue-codemod": "^0.0.4",
61 "yaml-front-matter": "^3.4.1"
62 },
63 "engines": {
64 "node": ">=8.9"
65 },
66 "gitHead": "56348259db4412428d9b5ab49e4bc91191c24fff"
67}