mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-16 06:33:19 -05:00
34 lines
730 B
JSON
34 lines
730 B
JSON
{
|
|
"name": "@vue/cli",
|
|
"version": "3.0.0",
|
|
"description": "Command line interface for rapid Vue.js development",
|
|
"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"
|
|
}
|
|
}
|