Files
flipper/react-native/ReactNativeFlipperExample/package.json
Brian Vaughn a916bf4c58 React DevTools 4.24.0
Summary:
https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md

Changelog:
[General][Changed] - Upgraded react-devtools-core dependency to 4.24.0

Reviewed By: lunaruan

Differential Revision: D34798578

fbshipit-source-id: ce3b09023c98a9282cce92ef9661d6cb578455e1
2022-03-10 16:38:39 -08:00

36 lines
846 B
JSON

{
"name": "ReactNativeFlipperExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"use-local-deps": "relative-deps"
},
"dependencies": {
"react": "^17.0.2",
"react-native": "^0.67.2",
"react-native-flipper": "^0.137.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/runtime": "^7.17.2",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.69.0",
"react-test-renderer": "17.0.2",
"relative-deps": "^1.0.7"
},
"jest": {
"preset": "react-native"
},
"relativeDependencies": {
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"react-devtools-core": "4.24.0"
}
}