mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-19 22:00:20 -06:00
39 lines
835 B
JSON
39 lines
835 B
JSON
{
|
|
"name": "@vue/cli",
|
|
"version": "3.0.0",
|
|
"description": "Command line interface for rapid Vue.js development",
|
|
"bin": {
|
|
"vue": "bin/vue",
|
|
"vue-create": "bin/vue-create",
|
|
"vue-init": "bin/vue-init"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"commander": "^2.12.2",
|
|
"ejs": "^2.5.7",
|
|
"error-stack-parser": "^2.0.1",
|
|
"inquirer": "^4.0.1",
|
|
"isbinaryfile": "^3.0.2",
|
|
"klaw-sync": "^3.0.2",
|
|
"mkdirp": "^0.5.1",
|
|
"semver": "^5.4.1"
|
|
}
|
|
}
|