2018-04-23 10:52:15 +00:00
|
|
|
{
|
2018-04-27 07:26:10 +00:00
|
|
|
"version": "0.36.0",
|
2018-04-23 10:52:15 +00:00
|
|
|
"name": "metro-babel-register",
|
|
|
|
"description": "🚇 babel/register configuration for Metro.",
|
|
|
|
"main": "babel-register.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:facebook/metro.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.0.0-beta.40",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.40",
|
2018-04-26 13:50:41 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.0.0-beta.40",
|
2018-04-23 10:52:15 +00:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.0.0-beta.40",
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "7.0.0-beta.40",
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.40",
|
|
|
|
"@babel/register": "7.0.0-beta.40",
|
2018-04-23 20:37:19 +00:00
|
|
|
"core-js": "^2.2.2",
|
|
|
|
"escape-string-regexp": "^1.0.5"
|
2018-04-23 10:52:15 +00:00
|
|
|
}
|
|
|
|
}
|