Files
flipper/react-native/ReactNativeFlipperExample/package.json
Michel Weststrate d680a2807f Bumped deps / pods to latest (0.91.1), re-enabled i386
Summary:
Per title

After landing this and verifying in CI, will apply those version bumps to RN itself: https://github.com/facebook/react-native/pull/31562, and remove the custom overrides in the future

Reviewed By: passy

Differential Revision: D28573552

fbshipit-source-id: e52c40f4751f933f17312aac2aacfd695f554a3f
2021-05-21 03:54:39 -07:00

39 lines
1.0 KiB
JSON

{
"name": "ReactNativeFlipperExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "relative-deps && react-native run-android",
"ios": "relative-deps && react-native run-ios",
"start": "relative-deps && react-native start",
"prepare": "relative-deps && cd android && ./gradlew clean && cd ../ios && pod install",
"test": "jest"
},
"dependencies": {
"react": "^17.0.1",
"react-native": "^0.64.1",
"react-native-flipper": "^0.91.1"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/runtime": "^7.14.0",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"react-test-renderer": "17.0.1",
"relative-deps": "^1.0.7"
},
"jest": {
"preset": "react-native"
},
"relativeDependencies": {
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"xmldom": "0.5.0",
"react-devtools-core": "4.13.2",
"lodash": "4.17.21",
"hosted-git-info": "3.0.8"
}
}