(2/n) Created JS Flipper plugin

Summary: Added JS side of plugin to be displayed in the local Flipper Desktop app

Differential Revision: D36985721

fbshipit-source-id: f9d3cc28e418e95283c572fed4d40dbecfd2f236
This commit is contained in:
Hannah Kim
2022-06-08 09:25:05 -07:00
committed by Facebook GitHub Bot
parent f0c0011d69
commit 9b0535b0ff
4 changed files with 12804 additions and 0 deletions

12793
desktop/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -190,5 +190,8 @@
"types", "types",
"examples/*" "examples/*"
] ]
},
"dependencies": {
"js-flipper": "^0.146.1"
} }
} }

View File

@@ -627,5 +627,8 @@
], ],
"arrows-left-right": [ "arrows-left-right": [
16 16
],
"grid-9": [
16
] ]
} }

View File

@@ -9586,6 +9586,11 @@ js-base64@^3.7.2:
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.2.tgz#816d11d81a8aff241603d19ce5761e13e41d7745" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.2.tgz#816d11d81a8aff241603d19ce5761e13e41d7745"
integrity sha512-NnRs6dsyqUXejqk/yv2aiXlAvOs56sLkX6nUdeaNezI5LFFLlsZjOThmwnrcwh5ZZRwZlCMnVAY3CvhIhoVEKQ== integrity sha512-NnRs6dsyqUXejqk/yv2aiXlAvOs56sLkX6nUdeaNezI5LFFLlsZjOThmwnrcwh5ZZRwZlCMnVAY3CvhIhoVEKQ==
js-flipper@^0.146.1:
version "0.146.1"
resolved "https://registry.yarnpkg.com/js-flipper/-/js-flipper-0.146.1.tgz#a2f9452912d576aa4a6db49ae2c8e70996895334"
integrity sha512-QPqgm3XssmisBJLC2pBc7pQumeZLdHmDlj1bRjff1djxMo4+pn7JSkm/JtooYZoHNdbrctFZ3eMUk0BSDvdSXA==
js-message@1.0.7: js-message@1.0.7:
version "1.0.7" version "1.0.7"
resolved "https://registry.yarnpkg.com/js-message/-/js-message-1.0.7.tgz#fbddd053c7a47021871bb8b2c95397cc17c20e47" resolved "https://registry.yarnpkg.com/js-message/-/js-message-1.0.7.tgz#fbddd053c7a47021871bb8b2c95397cc17c20e47"