Files
flipper/desktop/static/package.json
Anton Nikolaev 21b79af5f2 Split package "flipper-pkg" into two: lib and cli
Summary: "flipper-pkg" added ~2MB to Flipper disttributive size, because of heavy dependencies which are only required for CLI functionality. See size warning in diff D21068373 in this stack where I added pkg as dependency to flipper. Here I'm splitting it into library and CLI packages, so Flipper app will only reference the library.

Reviewed By: passy

Differential Revision: D21087336

fbshipit-source-id: d9d62f1e75a835d1c0fa78ff1addb0d9a761a9c7
2020-04-17 10:01:31 -07:00

26 lines
592 B
JSON

{
"name": "flipper-static",
"version": "0.37.0",
"main": "index.js",
"private": true,
"license": "MIT",
"dependencies": {
"electron-devtools-installer": "^3.0.0",
"expand-tilde": "^2.0.2",
"fb-watchman": "^2.0.0",
"fix-path": "^3.0.0",
"fs-extra": "^8.1.0",
"flipper-babel-transformer": "0.37.0",
"flipper-pkg-lib": "0.37.0",
"mem": "^6.0.0",
"metro": "^0.59.0",
"mkdirp": "^1.0.0",
"p-map": "^4.0.0",
"recursive-readdir": "2.2.2",
"uuid": "^7.0.1",
"xdg-basedir": "^4.0.0",
"yargs": "^15.3.1",
"ws": "^7.2.3"
}
}