Files
flipper/desktop/plugins/public/ui-debugger/package.json
Luke De Feo b184500d94 New sidebar design 1/n
Summary: Added basic infra basic types

Reviewed By: lblasa

Differential Revision: D50595985

fbshipit-source-id: 48ebd74bd8ccebdd8a6d69dbda344b8d831dc04f
2023-10-26 05:24:30 -07:00

46 lines
1.1 KiB
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",
"icon": "nav-magnifying-glass",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"lodash": "^4.17.21",
"react-color": "^2.19.3",
"react-hotkeys-hook": "^3.4.7",
"react-query": "^3.39.1",
"async": "2.3.0",
"@tanstack/react-virtual": "3.0.0-beta.54",
"ts-retry-promise": "^0.7.0",
"memoize-weak": "^1.0.2",
"eventemitter3": "^4.0.7"
},
"devDependencies": {
"@types/async": "3.2.20",
"typed-emitter": "^2.1.0"
},
"bugs": {
"url": "https://github.com/facebook/flipper/issues"
},
"peerDependencies": {
"@ant-design/icons": "*",
"@emotion/styled": "*",
"@emotion/css": "*",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"antd": "*",
"flipper-plugin": "*",
"react": "*",
"react-dom": "*"
}
}