Summary: ^ Time to remove the beta tag. Reviewed By: aigoncharov Differential Revision: D44168533 fbshipit-source-id: 5009170328269577aa01e68298753ec0738394d7
36 lines
838 B
JSON
36 lines
838 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",
|
|
"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"
|
|
},
|
|
"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": "*"
|
|
}
|
|
}
|