Summary: - Add MockResponseDetail component to show and edit mocked route - Add `immer` package which will be used for internal state handler Change from PR - Change to functional component Note: - This is a part of this PR: https://github.com/facebook/flipper/pull/488 Reviewed By: mweststrate Differential Revision: D20440149 fbshipit-source-id: d7c35600b9a22cb62c2bdae7e19abe5c767e3670
22 lines
437 B
JSON
22 lines
437 B
JSON
{
|
|
"name": "Network",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@types/pako": "^1.0.1",
|
|
"lodash": "^4.17.11",
|
|
"pako": "^1.0.11",
|
|
"xml-beautifier": "^0.4.0"
|
|
},
|
|
"icon": "internet",
|
|
"title": "Network",
|
|
"bugs": {
|
|
"email": "oncall+flipper@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/flippersupport/"
|
|
}
|
|
}
|