mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-13 10:39:38 -06:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "@vue/cli",
|
|
"version": "3.5.1",
|
|
"description": "Command line interface for rapid Vue.js development",
|
|
"bin": {
|
|
"vue": "bin/vue.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
|
"directory": "packages/@vue/cli"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://cli.vuejs.org/",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@vue/cli-shared-utils": "^3.5.1",
|
|
"@vue/cli-ui": "^3.5.1",
|
|
"@vue/cli-ui-addon-webpack": "^3.5.1",
|
|
"@vue/cli-ui-addon-widgets": "^3.5.1",
|
|
"chalk": "^2.4.1",
|
|
"cmd-shim": "^2.0.2",
|
|
"commander": "^2.16.0",
|
|
"debug": "^4.1.0",
|
|
"deepmerge": "^3.2.0",
|
|
"download-git-repo": "^1.0.2",
|
|
"ejs": "^2.6.1",
|
|
"envinfo": "^6.0.1",
|
|
"execa": "^1.0.0",
|
|
"fs-extra": "^7.0.1",
|
|
"globby": "^9.0.0",
|
|
"import-global": "^0.1.0",
|
|
"inquirer": "^6.0.0",
|
|
"isbinaryfile": "^3.0.2",
|
|
"javascript-stringify": "^1.6.0",
|
|
"js-yaml": "^3.12.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"minimist": "^1.2.0",
|
|
"recast": "^0.17.3",
|
|
"request": "^2.87.0",
|
|
"request-promise-native": "^1.0.7",
|
|
"resolve": "^1.8.1",
|
|
"semver": "^5.5.0",
|
|
"shortid": "^2.2.11",
|
|
"slash": "^2.0.0",
|
|
"validate-npm-package-name": "^3.0.0",
|
|
"yaml-front-matter": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9"
|
|
}
|
|
}
|