mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 11:20:20 -06:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@vue/cli",
|
|
"version": "3.0.0-rc.3",
|
|
"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-rc.3",
|
|
"@vue/cli-ui": "^3.0.0-rc.3",
|
|
"@vue/cli-ui-addon-webpack": "^3.0.0-rc.3",
|
|
"chalk": "^2.3.0",
|
|
"cmd-shim": "^2.0.2",
|
|
"commander": "^2.12.2",
|
|
"debug": "^3.1.0",
|
|
"deepmerge": "^2.0.1",
|
|
"download-git-repo": "^1.0.2",
|
|
"ejs": "^2.5.7",
|
|
"execa": "^0.10.0",
|
|
"fs-extra": "^6.0.0",
|
|
"globby": "^8.0.1",
|
|
"import-global": "^0.1.0",
|
|
"inquirer": "^6.0.0",
|
|
"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",
|
|
"recast": "^0.13.0",
|
|
"request": "^2.83.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"resolve": "^1.5.0",
|
|
"semver": "^5.4.1",
|
|
"shortid": "^2.2.8",
|
|
"slash": "^1.0.0",
|
|
"validate-npm-package-name": "^3.0.0",
|
|
"yaml-front-matter": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|