forked from vuejs/vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@vue/cli",
"version": "3.0.0-beta.8",
"description": "Command line interface for rapid Vue.js development",
"bin": {
"vue": "bin/vue.js"
},
"files": [
"bin",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
},
"keywords": [
"vue",
"cli"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
"homepage": "https://github.com/vuejs/vue-cli#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^3.0.0-beta.8",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"debug": "^3.1.0",
"download-git-repo": "^1.0.2",
"deepmerge": "^2.0.1",
"ejs": "^2.5.7",
"execa": "^0.8.0",
"globby": "^8.0.1",
"import-global": "^0.1.0",
"inquirer": "^4.0.1",
"isbinaryfile": "^3.0.2",
"javascript-stringify": "^1.6.0",
"js-yaml": "^3.10.0",
"klaw-sync": "^3.0.2",
"lodash.clonedeep": "^4.5.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"recast": "^0.13.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"resolve": "^1.5.0",
"rimraf": "^2.6.2",
"semver": "^5.4.1",
"slash": "^1.0.0",
"validate-npm-package-name": "^3.0.0",
"yaml-front-matter": "^3.4.1"
},
"engines": {
"node": ">=8"
}
}