Summary: Fix https://github.com/facebook/flipper/issues/680 Pull Request resolved: https://github.com/facebook/flipper/pull/692 Reviewed By: mweststrate Differential Revision: D18929821 Pulled By: passy fbshipit-source-id: 6de0f6c505eb998de25035686e7a52ed8fdb4d06
33 lines
964 B
JSON
33 lines
964 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.7.5",
|
|
"@babel/generator": "^7.7.4",
|
|
"@babel/parser": "^7.7.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.7.4",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
|
|
"@babel/plugin-transform-typescript": "^7.7.4",
|
|
"@babel/preset-react": "^7.7.4",
|
|
"expand-tilde": "^2.0.2",
|
|
"fix-path": "^2.1.0",
|
|
"mem": "^6.0.0",
|
|
"metro": "^0.57.0",
|
|
"mkdirp": "^0.5.1",
|
|
"p-map": "^3.0.0",
|
|
"recursive-readdir": "2.2.2",
|
|
"xdg-basedir": "^4.0.0",
|
|
"yargs": "^15.0.1"
|
|
},
|
|
"resolutions": {
|
|
"metro/temp": "0.9.0",
|
|
"ws": "7.2.0"
|
|
}
|
|
}
|