Summary: Just minor version bumps so this doesn't have any noticeable effects. Doing some cleanups after danielbuechele pointed out that it's important for us to stay close to the upstream releases in the last team meeting. Reviewed By: jknoxville Differential Revision: D14665264 fbshipit-source-id: 91efb0663693823f394284457550716f22c40938
27 lines
756 B
JSON
27 lines
756 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/generator": "^7.4.0",
|
|
"@babel/parser": "^7.4.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"expand-tilde": "^2.0.2",
|
|
"metro": "^0.49.0",
|
|
"mkdirp": "^0.5.1",
|
|
"recursive-readdir": "2.2.2",
|
|
"xdg-basedir": "^3.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"resolutions": {
|
|
"metro/temp": "0.9.0"
|
|
}
|
|
}
|