Summary: Just to stay up-to-date. No breaking changes affecting us: https://github.com/facebook/metro/releases/tag/v0.48.0 Also bumping babel-generator to be in line with the others. Reviewed By: danielbuechele Differential Revision: D10446300 fbshipit-source-id: b373bc6b1e6e53f2f760730679d1667928002e5f
21 lines
623 B
JSON
21 lines
623 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.1.0",
|
|
"@babel/generator": "^7.1.0",
|
|
"@babel/parser": "^7.1.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"metro": "^0.48.1",
|
|
"recursive-readdir": "2.2.2"
|
|
},
|
|
"devDependencies": {}
|
|
}
|