mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 12:40:18 -05:00
35 lines
853 B
JSON
35 lines
853 B
JSON
{
|
|
"name": "@vue/cli-service-global",
|
|
"version": "3.2.1",
|
|
"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.2.0",
|
|
"@vue/cli-plugin-babel": "^3.2.0",
|
|
"@vue/cli-plugin-eslint": "^3.2.1",
|
|
"@vue/cli-service": "^3.2.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"chalk": "^2.4.1",
|
|
"resolve": "^1.8.1",
|
|
"vue": "^2.5.17",
|
|
"vue-template-compiler": "^2.5.17"
|
|
}
|
|
}
|