{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "eject": "expo eject" }, "dependencies": { "expo": "^33.0.0", "expo-web-browser": "^5.0.0", "react": "16.8.3", "react-dom": "^16.8.6", "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", "react-native-raster-maps": "^1.0.2", "react-native-web": "^0.11.4", "react-navigation": "^3.9.1", "react-redux": "^6.0.1", "redux": "^4.0.1", "redux-devtools-extension": "^2.13.8", "redux-persist": "^5.10.0", "redux-su": "^0.3.4", "redux-thunk": "^2.3.0" }, "devDependencies": { "@types/react": "^16.8.16", "@types/react-native": "^0.57.53", "@types/react-native-vector-icons": "^6.4.0", "@types/react-redux": "^7.0.8", "babel-preset-expo": "^5.0.0", "react-native-typescript-transformer": "^1.2.12", "typescript": "^3.4.5" }, "private": true }