Summary: Hotfix. Reviewed By: danielbuechele Differential Revision: D17528168 fbshipit-source-id: 4743510196c308f28819719098fd92012fe742df
31 lines
876 B
JSON
31 lines
876 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/plugin-transform-typescript": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"expand-tilde": "^2.0.2",
|
|
"fix-path": "^2.1.0",
|
|
"metro": "^0.55.0",
|
|
"mkdirp": "^0.5.1",
|
|
"p-map": "^3.0.0",
|
|
"recursive-readdir": "2.2.2",
|
|
"ws": "7.0.0",
|
|
"xdg-basedir": "^3.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"resolutions": {
|
|
"metro/temp": "0.9.0"
|
|
}
|
|
}
|