Files
flipper/react-native/ReactNativeFlipperExample/package.json
Michel Weststrate a79ff08f85 Upgrade React Native to 0.65
Summary: Upgrade React Native to 0.65.1 in the reference project. Verified that the app installs on Android, iPhone 12, with and without Hermes

Reviewed By: timur-valiev

Differential Revision: D30807062

fbshipit-source-id: 79f4aba2ca9767769842f77221d4cf3eeefbf478
2021-09-08 14:06:53 -07:00

45 lines
1.2 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.2",
"react-native": "^0.65.1",
"react-native-flipper": "^0.105.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/runtime": "^7.14.8",
"babel-jest": "^27.1.0",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-codegen": "^0.0.7",
"react-test-renderer": "17.0.2",
"relative-deps": "^1.0.7"
},
"jest": {
"preset": "react-native"
},
"relativeDependencies": {
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"xmldom": "github:xmldom/xmldom#0.7.0",
"react-devtools-core": "4.13.2",
"lodash": "4.17.21",
"hosted-git-info": "3.0.8",
"browserslist": "^4.16.5",
"glob-parent": "5.1.2",
"**/@react-native-community/cli-server-api/**/ws": "^5.2.3",
"**/react-native/**/ws": "^6.2.2",
"ws": "^7.4.6"
}
}