mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-19 13:50:11 -06:00
34 lines
838 B
JSON
34 lines
838 B
JSON
{
|
|
"name": "@vue/cli-service-global",
|
|
"version": "3.0.0-rc.10",
|
|
"description": "vue-cli-service global addon for vue-cli",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"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/packages/@vue/cli-build#readme",
|
|
"dependencies": {
|
|
"@vue/babel-preset-app": "^3.0.0-rc.10",
|
|
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
|
|
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
|
|
"@vue/cli-service": "^3.0.0-rc.10",
|
|
"chalk": "^2.4.1",
|
|
"eslint-plugin-vue": "^4.5.0",
|
|
"resolve": "^1.8.1",
|
|
"vue": "^2.5.16"
|
|
}
|
|
}
|