Files
flipper/desktop/plugins/public/reactdevtools/package.json
Ruslan Lesiutin 1086e05ba0 upgrade react-devtools to v4.27.7 in fbsource (#4706)
Summary:
X-link: https://github.com/facebook/react-native/pull/37146

Pull Request resolved: https://github.com/facebook/flipper/pull/4706

Changelog: [Internal]

Updating react-devtools-* packages to v4.27.7

Reviewed By: jacdebug

Differential Revision: D45317588

fbshipit-source-id: 5625f654feffced92ca933796e90ac10fc4801ff
2023-05-09 07:13:39 -07:00

39 lines
929 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-react-devtools",
"id": "React",
"version": "0.0.0",
"pluginType": "device",
"supportedDevices": [
{
"os": "Metro",
"archived": false
}
],
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"serverAddOn": "dist/serverAddOn.js",
"flipperBundlerEntryServerAddOn": "serverAddOn.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"react-devtools-core": "^4.27.7",
"react-devtools-inline": "^4.27.7",
"rollup": "^2.70.1",
"ws": "^8.5.0"
},
"title": "React DevTools",
"icon": "app-react",
"bugs": {
"url": "https://github.com/facebook/flipper/issues"
},
"devDependencies": {},
"peerDependencies": {
"flipper-plugin": "*"
}
}