{ "name": "@vue/cli-plugin-babel", "version": "3.0.0-alpha.5", "description": "babel plugin for vue-cli", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/vuejs/vue-cli.git" }, "keywords": [ "vue", "cli", "babel" ], "author": "Evan You", "license": "MIT", "bugs": { "url": "https://github.com/vuejs/vue-cli/issues" }, "homepage": "https://github.com/vuejs/vue-cli/packages/@vue/cli-plugin-babel#readme", "dependencies": { "@babel/core": "^7.0.0-0", "@vue/babel-preset-app": "^3.0.0-alpha.5", "babel-loader": "^8.0.0-0" }, "publishConfig": { "access": "public" } }