babel-preset-umi
Version:
Yet another babel preset.
46 lines (45 loc) • 1.65 kB
JSON
{
"name": "babel-preset-umi",
"version": "1.8.4",
"main": "./lib/index",
"repository": {
"type": "git",
"url": "https://github.com/umijs/umi/tree/master/packages/babel-preset-umi"
},
"homepage": "https://github.com/umijs/umi/tree/master/packages/babel-preset-umi",
"authors": [
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
],
"bugs": {
"url": "https://github.com/umijs/umi/issues"
},
"license": "MIT",
"dependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-proposal-async-generator-functions": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-decorators": "7.4.4",
"@babel/plugin-proposal-do-expressions": "7.2.0",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-bind": "7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/plugin-proposal-optional-catch-binding": "7.2.0",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-proposal-pipeline-operator": "7.3.2",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-destructuring": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.4.5",
"babel-plugin-macros": "2.6.1",
"babel-plugin-react-require": "3.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
},
"files": [
"lib",
"src"
]
}