mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-27 09:39:22 -06:00
35 lines
857 B
JSON
35 lines
857 B
JSON
{
|
|
"name": "@vue/cli-service-global",
|
|
"version": "3.0.0",
|
|
"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/tree/dev/packages/@vue/cli-build#readme",
|
|
"dependencies": {
|
|
"@vue/babel-preset-app": "^3.0.0",
|
|
"@vue/cli-plugin-babel": "^3.0.0",
|
|
"@vue/cli-plugin-eslint": "^3.0.0",
|
|
"@vue/cli-service": "^3.0.0",
|
|
"chalk": "^2.4.1",
|
|
"eslint-plugin-vue": "^4.5.0",
|
|
"resolve": "^1.8.1",
|
|
"vue": "^2.5.17",
|
|
"vue-template-compiler": "^2.5.17"
|
|
}
|
|
}
|