mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-11 17:49:42 -06:00
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "@vue/cli",
|
|
"version": "5.0.1",
|
|
"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.6",
|
|
"@types/inquirer": "^8.1.3",
|
|
"@vue/cli-shared-utils": "^5.0.1",
|
|
"@vue/cli-ui": "^5.0.1",
|
|
"@vue/cli-ui-addon-webpack": "^5.0.1",
|
|
"@vue/cli-ui-addon-widgets": "^5.0.1",
|
|
"boxen": "^5.0.0",
|
|
"commander": "^7.1.0",
|
|
"debug": "^4.1.0",
|
|
"deepmerge": "^4.2.2",
|
|
"download-git-repo": "^3.0.2",
|
|
"ejs": "^3.1.6",
|
|
"envinfo": "^7.7.4",
|
|
"fs-extra": "^9.1.0",
|
|
"globby": "^11.0.2",
|
|
"import-global": "^0.1.0",
|
|
"ini": "^2.0.0",
|
|
"inquirer": "^8.0.0",
|
|
"isbinaryfile": "^4.0.6",
|
|
"javascript-stringify": "^2.0.1",
|
|
"js-yaml": "^4.0.0",
|
|
"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.20.0",
|
|
"shortid": "^2.2.15",
|
|
"slash": "^3.0.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"validate-npm-package-name": "^3.0.0",
|
|
"vue": "^2.6.14",
|
|
"vue-codemod": "^0.0.5",
|
|
"yaml-front-matter": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-service": "^5.0.1",
|
|
"cmd-shim": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.0.0 || >= 14.0.0"
|
|
}
|
|
}
|