Files
flipper/desktop/plugins/public/ui-debugger/package.json
Lorenzo Blasa bb3b1cecef Simple antd types for each inspectable type
Summary:
Replace draft inspectors with read-only components.

This is a first step into having a richer UI. At the moment, these are read-only components but will likely be extended in the future as to allow editing of values.

Reviewed By: LukeDefeo

Differential Revision: D40345016

fbshipit-source-id: a6aef5861474b4aa8353c00ef257ab17b4cff00e
2022-10-25 03:09:00 -07:00

34 lines
790 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 (alpha)",
"icon": "nav-magnifying-glass",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"react-color": "^2.19.3",
"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": "*"
}
}