{ "name": "etwowconnect", "version": "1.3.4", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios --simulator 'iPhone 15'", "start": "react-native start", "test": "jest", "lint": "eslint .", "nuke": "rm -rf node_modules ios/Podfile.lock ios/Pods && yarn && yarn pod:install", "nuke-android": "rm -rf node_modules && rm -rf android/build && rm -rf android/app/build && yarn", "clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf ios/build/* && rm -rf node_modules/ && yarn", "pod:install": "cd ios && pod install", "ios-8": "react-native run-ios --simulator 'iPhone 8'", "ios-small": "react-native run-ios --simulator 'iPhone 5s'", "build-android": "cd android && ./gradlew assembleRelease && cd ..", "release-android": "npx react-native run-android --variant=release" }, "dependencies": { "@gorhom/bottom-sheet": "^4.4.6", "@react-native-async-storage/async-storage": "^1.15.7", "@react-native-community/cameraroll": "https://github.com/Dumnezeu1/react-native-cameraroll", "@react-native-community/geolocation": "^2.1.0", "@react-native-community/netinfo": "^9.0.0", "@react-native-firebase/app": "^14.11.0", "@react-native-firebase/firestore": "^14.2.2", "@react-native-firebase/storage": "^15.6.0", "@react-native-masked-view/masked-view": "^0.2.7", "@react-navigation/bottom-tabs": "^6.5.7", "@react-navigation/material-top-tabs": "^6.6.2", "@react-navigation/native": "^6.1.6", "@react-navigation/native-stack": "^6.9.12", "@rnmapbox/maps": "10.0.0-beta.64", "@sentry/react-native": "^3.4.3", "@turf/helpers": "^6.5.0", "axios": "^0.27.2", "base-64": "^1.0.0", "buffer": "^6.0.3", "i18next": "^21.8.9", "lodash": "^4.17.21", "lottie-ios": "3.2.3", "lottie-react-native": "^5.0.1", "moment": "^2.29.3", "react": "^17.0.2", "react-i18next": "^11.7.3", "react-native": "^0.67.5", "react-native-android-location-enabler": "^1.2.2", "react-native-audio-recorder-player": "^3.5.1", "react-native-ble-plx": "^2.0.3", "react-native-bluetooth-state-manager": "^1.3.3", "react-native-camera": "^3.43.0", "react-native-circular-progress": "^1.3.7", "react-native-dotenv": "^3.3.1", "react-native-fast-image": "^8.5.11", "react-native-gesture-handler": "^2.4.2", "react-native-gifted-chat": "^1.0.4", "react-native-idle-timer": "^2.2.1", "react-native-image-crop-picker": "^0.37.3", "react-native-image-pan-zoom": "^2.1.12", "react-native-indicators": "^0.17.0", "react-native-linear-gradient": "^2.5.6", "react-native-localize": "^2.2.2", "react-native-mmkv": "2.5.1", "react-native-modal": "^13.0.1", "react-native-onesignal": "^4.3.10", "react-native-pager-view": "^5.4.1", "react-native-permissions": "^3.3.1", "react-native-reanimated": "^2.8.0", "react-native-receive-sharing-intent": "https://github.com/Dumnezeu1/react-native-receive-sharing-intent-fork", "react-native-redash": "^18.1.0", "react-native-safe-area-context": "^4.5.3", "react-native-screens": "^3.20.0", "react-native-skeleton-placeholder": "^5.0.0", "react-native-svg": "^12.3.0", "react-native-system-setting": "^1.7.6", "react-native-tab-view": "^3.1.1", "react-native-toast-message": "^1.4.9", "react-native-uuid": "^2.0.1", "react-native-video": "^5.2.1", "react-native-walkthrough-tooltip": "^1.3.1", "react-native-webview": "^11.22.0", "react-tracked": "^1.7.9", "scheduler": "^0.22.0" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/base-64": "^1.0.0", "@types/jest": "^26.0.20", "@types/react-native": "^0.67.3", "@types/react-native-dotenv": "^0.2.0", "@types/react-native-indicators": "^0.16.2", "@types/react-native-keep-awake": "^2.0.3", "@types/react-native-video": "^5.0.14", "@types/react-test-renderer": "^17.0.0", "babel-jest": "^26.6.3", "babel-plugin-transform-remove-console": "^6.9.4", "eslint": "7.14.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.66.2", "react-native-svg-transformer": "^1.0.0", "react-test-renderer": "17.0.2", "typescript": "^4.4.4" }, "jest": { "preset": "react-native" } }