mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-30 08:49:44 -05:00
34 lines
932 B
JSON
34 lines
932 B
JSON
{
|
|
"name": "@vue/babel-preset-app",
|
|
"version": "3.0.0-beta.16",
|
|
"description": "babel-preset-app 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/packages/@vue/babel-preset-app#readme",
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-jsx": "7.0.0-beta.47",
|
|
"@babel/plugin-transform-runtime": "7.0.0-beta.47",
|
|
"@babel/preset-env": "7.0.0-beta.47",
|
|
"@babel/preset-stage-2": "7.0.0-beta.47",
|
|
"@babel/runtime": "7.0.0-beta.47",
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
"babel-plugin-dynamic-import-node": "^1.2.0",
|
|
"babel-plugin-transform-vue-jsx": "^4.0.1"
|
|
}
|
|
}
|