Files
flipper/desktop/plugins/package.json
Andrey Goncharov c091067902 Update antd
Summary:
Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU

Required to get `Space.Compact`

allow-large-files

Reviewed By: passy

Differential Revision: D48520383

fbshipit-source-id: 000a5c16c00541455dc4a31c4fddb2c4c252a89e
2023-08-30 07:26:35 -07:00

30 lines
684 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": "^4.24",
"flipper": "*",
"flipper-plugin": "*",
"react": "*",
"react-dom": "*"
},
"scripts": {
"postinstall": "cd .. && ./ts-node ./plugins/postinstall.tsx"
}
}