Files
flipper/static/package.json
Anton Nikolaev b7c8d5b996 Fix resolving watchman package for release build
Summary: Fixed resolving watchman package for release build

Reviewed By: jknoxville

Differential Revision: D19263946

fbshipit-source-id: 4e3f15c979f4a503599e01cb04af5da4155facd4
2020-01-02 10:35:47 -08:00

35 lines
1015 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",
"fb-watchman": "^2.0.0",
"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",
"uuid": "^3.3.2"
},
"resolutions": {
"metro/temp": "0.9.0",
"ws": "7.2.0"
}
}