Files
flipper/desktop/plugins/public/ui-debugger/package.json
Luke De Feo f34b6f52ed The ui debugger grows up
Reviewed By: lblasa

Differential Revision: D41549291

fbshipit-source-id: d3c72c01f6b7bd2a3be8a35d5f54270b64191e21
2022-11-28 05:09:20 -08:00

36 lines
853 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-ui-debugger",
"id": "ui-debugger",
"pluginType": "client",
"version": "0.0.0",
"flipperBundlerEntry": "index.tsx",
"main": "dist/bundle.js",
"license": "MIT",
"title": "UI Debugger (beta)",
"icon": "nav-magnifying-glass",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"lodash": "^4.17.21",
"react-color": "^2.19.3",
"react-complex-tree" : "^1.1.11",
"react-hotkeys-hook": "^3.4.7"
},
"bugs": {
"url": "https://github.com/facebook/flipper/issues"
},
"peerDependencies": {
"@ant-design/icons": "*",
"@emotion/styled": "*",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"antd": "*",
"flipper-plugin": "*",
"react": "*",
"react-dom": "*"
}
}