Files
react-navigation/Example/package.json
2019-10-09 11:05:37 +02:00

29 lines
705 B
JSON

{
"name": "ScreensExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"postinstall": "rm -rf node_modules/react-native-screens/{.git,node_modules,Example}"
},
"dependencies": {
"react": "16.9.0",
"react-native": "^0.61.2",
"react-native-gesture-handler": "^1.0.12",
"react-native-screens": "file:..",
"react-navigation": "^3.0.8"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/runtime": "^7.1.2",
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.45.2",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}