Summary:
This change is the direct results of doing the following:
npx react-native-windows-init --overwrite
Notes: ignore the format warnings below. In this case, the ordering of includes does matter. Missing license is for auto-generated files, so ignore too.
Reviewed By: aigoncharov
Differential Revision: D36775215
fbshipit-source-id: 1cd00ff2bfc258c8505e97dcdbd9cb4365c4acfb
39 lines
959 B
JSON
39 lines
959 B
JSON
{
|
|
"name": "ReactNativeFlipperExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"windows": "react-native run-windows",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"use-local-deps": "relative-deps"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-native": "^0.68.0",
|
|
"react-native-flipper": "^0.159.0",
|
|
"react-native-windows": "0.68.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.10",
|
|
"@babel/runtime": "^7.18.3",
|
|
"babel-jest": "^28.1.3",
|
|
"jest": "^28.1.3",
|
|
"metro-react-native-babel-preset": "^0.72.0",
|
|
"react-test-renderer": "18.1.0",
|
|
"relative-deps": "^1.0.7",
|
|
"metro-config": "^0.66.2"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"relativeDependencies": {
|
|
"react-native-flipper": "../react-native-flipper"
|
|
},
|
|
"resolutions": {
|
|
"react-devtools-core": "4.24.1"
|
|
}
|
|
}
|