mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-04 02:50:03 -05:00
c8cecffedb
* refactor: use babel.loadPartialConfigSync (added in babel 7.8) As planned in https://github.com/babel/babel/issues/10746, in babel 8 the old `loadPartialConfig` can't be used synchronously. * refactor: remove dependence on internal babel files, preparing for babel 8 See https://github.com/babel/babel/issues/10746 https://github.com/babel/babel/pull/10899
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@vue/babel-preset-app",
|
|
"version": "4.1.2",
|
|
"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",
|
|
"directory": "packages/@vue/babel-preset-app"
|
|
},
|
|
"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/babel-preset-app#readme",
|
|
"dependencies": {
|
|
"@babel/core": "^7.8.4",
|
|
"@babel/helper-compilation-targets": "^7.8.4",
|
|
"@babel/helper-module-imports": "^7.8.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-syntax-jsx": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.4",
|
|
"@babel/runtime": "^7.8.4",
|
|
"@vue/babel-preset-jsx": "^1.1.2",
|
|
"babel-plugin-dynamic-import-node": "^2.3.0",
|
|
"core-js": "^3.6.4",
|
|
"core-js-compat": "^3.6.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
}
|
|
}
|