mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 11:20:20 -06:00
30 lines
670 B
JSON
30 lines
670 B
JSON
{
|
|
"name": "@vue/cli-plugin-babel",
|
|
"version": "3.0.0-rc.3",
|
|
"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-beta.47",
|
|
"@vue/babel-preset-app": "^3.0.0-rc.3",
|
|
"babel-loader": "^8.0.0-0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|