Summary: Releasing version 0.52.1 Reviewed By: passy Differential Revision: D22976342 fbshipit-source-id: a4857df03cd1142615754a52f69d0f1578175f18
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.52.1",
|
|
"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.52.1",
|
|
"flipper-plugin": "0.52.1"
|
|
},
|
|
"resolutions": {
|
|
"react-d3-tree/d3": "file:./d3"
|
|
}
|
|
}
|