mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-16 04:10:20 -06:00
29 lines
666 B
JSON
29 lines
666 B
JSON
{
|
|
"name": "@vue/cli-plugin-babel",
|
|
"version": "3.0.0-alpha.1",
|
|
"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 || ^7.0.0-beta || ^7.0.0-rc",
|
|
"babel-loader": "8 || ^8.0.0-beta || ^8.0.0-rc"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|