{ "name": "mobile", "version": "0.0.101", "private": true, "scripts": { "start": "react-native start", "bundle": "react-native bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output ios/main.jsbundle", "android": "npx react-native run-android --appId com.shiftreset.actual", "android:prod": "rm -f ./android/app/build/generated/assets/react/release/index.android.bundle && npx react-native run-android --appId com.shiftreset.actual --variant=release", "ios": "react-native run-ios", "test": "jest", "postinstall": "patch-package" }, "jest": { "preset": "react-native" }, "dependencies": { "@babel/core": "~7.12.9", "@babel/runtime": "~7.12.18", "@expo/react-native-action-sheet": "^3.6.0", "@jlongster/sentry-metrics-actual": "^0.0.10", "@react-native-community/masked-view": "0.1.11", "@react-navigation/bottom-tabs": "^6.0.5", "@react-navigation/native": "^6.0.2", "@react-navigation/native-stack": "^6.1.0", "@reactions/component": "^2.0.2", "@sentry/react-native": "3.0.2", "currency-formatter": "jlongster/currency-formatter", "jsc-android": "^241213.1.0", "loot-core": "*", "memoize-one": "^4.0.0", "metro-react-native-babel-preset": "^0.66.2", "nodejs-mobile-gyp": "^0.3.1", "nodejs-mobile-react-native": "^0.6.3", "react": "16.9.0", "react-native": "^0.65.1", "react-native-codegen": "^0.0.7", "react-native-gesture-handler": "1.10.3", "react-native-purchases": "^4.3.1", "react-native-reanimated": "^2.2.0", "react-native-safe-area-context": "^3.3.2", "react-native-screens": "^3.7.2", "react-native-status-bar-height": "^2.4.0", "react-native-svg": "10.1.0", "react-native-version-number": "^0.3.6", "react-redux": "5.1.1", "redux": "^3.7.2", "redux-thunk": "^2.2.0", "rn-fetch-blob": "^0.11.2" }, "devDependencies": { "rn-snoopy": "^2.0.2" } }