Files
flipper/desktop/plugins/public/layout/package.json
Luke De Feo 0e11eaabb3 Finishing touches
Summary:
A few comments in my rewrite stack got missed, I am addressing them here.
In addition react testing library has been hoisted to the root module in the project and been made available to all sub modules

Reviewed By: mweststrate

Differential Revision: D37712339

fbshipit-source-id: 60984c3d16bd535b0c489570907f097c7d80f634
2022-07-11 05:15:25 -07:00

25 lines
533 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-inspector",
"id": "Inspector",
"version": "0.0.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"lodash": "^4.17.21",
"prism-react-renderer": "^0.1.7"
},
"peerDependencies": {
"nt-shared": "*"
},
"title": "Layout",
"icon": "target",
"bugs": {
"url": "https://github.com/facebook/flipper/issues"
}
}