Summary: Larger list of fixes. Adding another package to the flipper export is a bit nasty but it unblocks us for now and centralises `remote` access which seems like a win for FAAS. Reviewed By: mweststrate Differential Revision: D30785421 fbshipit-source-id: 931297e8566b5d8a213b69ae87d0cda7648b3ed4
30 lines
663 B
JSON
30 lines
663 B
JSON
{
|
|
"name": "flipper-plugins",
|
|
"private": true,
|
|
"title": "Flipper Plugins",
|
|
"bugs": {
|
|
"email": "oncall+flipper@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/flippersupport/"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^9.0.1",
|
|
"p-map": "^4.0.0",
|
|
"promisify-child-process": "^4.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@ant-design/icons": "*",
|
|
"@emotion/styled": "*",
|
|
"@types/node": "*",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"antd": "*",
|
|
"flipper": "*",
|
|
"flipper-plugin": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "../ts-node ./postinstall.ts"
|
|
}
|
|
}
|