Files
flipper/react-native/ReactNativeFlipperExample/package.json
Michel Weststrate 6b8eea8011 Bump example project deps to 0.79
Summary: This should have been automated, but I think the diff that landed the script and the actual release missed each other, so next time this should be automated

Reviewed By: passy

Differential Revision: D26782442

fbshipit-source-id: 205ab2e63bdff33f1ecea0a041d88a0a6ec6ae2d
2021-03-03 16:17:48 -08:00

38 lines
997 B
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.63.4",
"react-native-flipper": "^0.79.0"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/runtime": "^7.13.8",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.0",
"react-test-renderer": "17.0.1",
"relative-deps": "^1.0.6"
},
"jest": {
"preset": "react-native"
},
"relativeDependencies": {
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"minimist": "1.2.3",
"node-fetch": "^2.6.1",
"node-notifier": "^8.0.1"
}
}