Files
flipper/desktop/plugins/network/package.json
Chaiwat Ekkaewnumchai 95376a17b9 (Server) Add MockResponseDetail and Package Used Inside
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
2020-03-17 10:09:12 -07:00

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