mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-15 13:40:59 -05:00
- @vue/cli-init@3.1.1 - @vue/cli-plugin-e2e-cypress@3.1.1 - @vue/cli-plugin-e2e-nightwatch@3.1.1 - @vue/cli-plugin-eslint@3.1.4 - @vue/cli-plugin-pwa@3.1.1 - @vue/cli-plugin-typescript@3.1.1 - @vue/cli-plugin-unit-jest@3.1.1 - @vue/cli-plugin-unit-mocha@3.1.1 - @vue/cli-service-global@3.1.2 - @vue/cli-service@3.1.2 - @vue/cli-shared-utils@3.1.1 - @vue/cli-test-utils@3.1.1 - @vue/cli-ui-addon-webpack@3.1.1 - @vue/cli-ui-addon-widgets@3.1.1 - @vue/cli-ui@3.1.1 - @vue/cli-upgrade@3.1.1 - @vue/cli@3.1.1 - @vue/eslint-config-typescript@3.1.1
29 lines
682 B
JSON
29 lines
682 B
JSON
{
|
|
"name": "@vue/cli-upgrade",
|
|
"version": "3.1.1",
|
|
"description": "utility to upgrade vue cli service / plugins in vue apps",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"upgrade",
|
|
"update"
|
|
],
|
|
"author": "Haoqun Jiang <haoqunjiang+npm@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-upgrade#readme",
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"cli-table": "^0.3.1",
|
|
"execa": "^1.0.0",
|
|
"inquirer": "^6.0.0"
|
|
}
|
|
}
|