Files
flipper/desktop/static/package.json
Anton Nikolaev 2d9cf5a905 Option to load only specific plugins in dev mode
Summary: Currently we load all the plugins even if they are not required in dev mode, e.g. when you are developing a specific plugin. This diff adds an env var and command-line option to specify exact list of plugins to load. This makes dev mode startup faster and consume less memory.

Reviewed By: passy

Differential Revision: D24394146

fbshipit-source-id: 42a78c1ffb2632e657c2411e34e9c80fff18df3a
2020-10-22 11:35:53 -07:00

18 lines
359 B
JSON

{
"name": "flipper-static",
"version": "0.63.0",
"main": "index.js",
"private": true,
"license": "MIT",
"dependencies": {
"electron-devtools-installer": "^3.1.1",
"fix-path": "^3.0.0",
"mac-ca": "^1.0.4",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
"ws": "^7.3.0",
"xdg-basedir": "^4.0.0",
"yargs": "^16.1.0"
}
}