Files
flipper/desktop/plugins/package.json
Pascal Hartig 47099cfd31 Fix Flipper lints #16
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
2021-09-08 08:44:19 -07:00

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"
}
}