Files
flipper/desktop/static/package.json
Michel Weststrate 845c9b67f5 Read flipper-plugin from peer deps
Summary:
To know whether plugins should be mounted with the old setup or new setup (with a Provided / context based api), we need to be able to recognize whether a plugin is written with the old or new setup.

We do this by checking if the flipper-plugin dependency is declared as peer dependency. This we can to check for SDK compatibility as well.

Reviewed By: jknoxville

Differential Revision: D22043085

fbshipit-source-id: 21afabb6e58d86253a464470f4690c51cced87ab
2020-07-01 09:12:35 -07:00

29 lines
660 B
JSON

{
"name": "flipper-static",
"version": "0.49.0",
"main": "index.js",
"private": true,
"license": "MIT",
"dependencies": {
"electron-devtools-installer": "^3.1.0",
"expand-tilde": "^2.0.2",
"fb-watchman": "^2.0.0",
"fix-path": "^3.0.0",
"flipper-pkg-lib": "0.49.0",
"flipper-plugin-lib": "0.49.0",
"fs-extra": "^8.1.0",
"ignore": "^5.1.4",
"mac-ca": "^1.0.4",
"mem": "^6.0.0",
"mkdirp": "^1.0.4",
"p-filter": "^2.1.0",
"p-map": "^4.0.0",
"recursive-readdir": "^2.2.2",
"semver": "^7.3.2",
"uuid": "^8.1.0",
"ws": "^7.3.0",
"xdg-basedir": "^4.0.0",
"yargs": "^15.3.1"
}
}