mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-13 10:39:38 -06:00
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"name": "@vue/cli",
|
|
"version": "4.5.8",
|
|
"description": "Command line interface for rapid Vue.js development",
|
|
"bin": {
|
|
"vue": "bin/vue.js"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"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": {
|
|
"@types/ejs": "^3.0.5",
|
|
"@types/inquirer": "^7.3.1",
|
|
"@vue/cli-shared-utils": "^4.5.8",
|
|
"@vue/cli-ui": "^4.5.8",
|
|
"@vue/cli-ui-addon-webpack": "^4.5.8",
|
|
"@vue/cli-ui-addon-widgets": "^4.5.8",
|
|
"boxen": "^4.1.0",
|
|
"commander": "^2.20.0",
|
|
"debug": "^4.1.0",
|
|
"deepmerge": "^4.2.2",
|
|
"download-git-repo": "^3.0.2",
|
|
"ejs": "^3.1.5",
|
|
"envinfo": "^7.7.3",
|
|
"fs-extra": "^7.0.1",
|
|
"globby": "^9.2.0",
|
|
"import-global": "^0.1.0",
|
|
"ini": "^1.3.7",
|
|
"inquirer": "^7.1.0",
|
|
"isbinaryfile": "^4.0.6",
|
|
"javascript-stringify": "^1.6.0",
|
|
"js-yaml": "^3.14.1",
|
|
"leven": "^3.1.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lru-cache": "^6.0.0",
|
|
"minimist": "^1.2.5",
|
|
"pkg-dir": "^5.0.0",
|
|
"recast": "^0.20.3",
|
|
"resolve": "^1.17.0",
|
|
"shortid": "^2.2.15",
|
|
"slash": "^3.0.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"validate-npm-package-name": "^3.0.0",
|
|
"vue": "^2.6.12",
|
|
"vue-codemod": "^0.0.4",
|
|
"yaml-front-matter": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"cmd-shim": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
|
|
}
|
|
}
|