Summary: ^ allow-large-files Reviewed By: mweststrate Differential Revision: D40319006 fbshipit-source-id: 79fc39dfb967d780b947a5ef302abdd0be9b5ee6
30 lines
686 B
JSON
30 lines
686 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.23.4",
|
|
"flipper": "*",
|
|
"flipper-plugin": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "cd .. && ./ts-node ./plugins/postinstall.tsx"
|
|
}
|
|
}
|