{ "name": "NavigationPlayground", "version": "0.1.0", "private": true, "devDependencies": { "react-native-scripts": "0.0.29", "jest-expo": "^0.4.0", "react-test-renderer": "16.0.0-alpha.6" }, "main": "./examples/node_modules/react-native-scripts/build/bin/crna-entry.js", "scripts": { "start": "react-native-scripts start", "eject": "react-native-scripts eject", "android": "react-native-scripts android", "ios": "react-native-scripts ios", "test": "node node_modules/jest/bin/jest.js" }, "dependencies": { "expo": "^16.0.0", "react": "16.0.0-alpha.6", "react-native": "^0.43.4", "react-navigation": "file:../.." }, "jest": { "preset": "jest-expo", "setupFiles": [ "/../../jest-setup.js" ], "transformIgnorePatterns": [ "node_modules/(?!react-native|react-navigation)/", "examples/ReduxExample/" ] } }