Summary: Releasing version 0.58.0 Reviewed By: cekkaewnumchai Differential Revision: D23872448 fbshipit-source-id: b74483db292311719a0231f9b2fed78122e9f339
30 lines
704 B
JSON
30 lines
704 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-sections",
|
|
"id": "Sections",
|
|
"icon": "tree",
|
|
"title": "Sections",
|
|
"bugs": {
|
|
"email": "oncall+ios_componentkit@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/componentkit/"
|
|
},
|
|
"version": "0.58.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "src/index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"gatekeeper": "flipper_sections_plugin",
|
|
"dependencies": {
|
|
"react-d3-tree": "^1.12.1"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper": "0.58.0",
|
|
"flipper-plugin": "0.58.0"
|
|
},
|
|
"resolutions": {
|
|
"react-d3-tree/d3": "file:./d3"
|
|
}
|
|
}
|