{ "name": "strides", "version": "1.0.0", "license": "MIT", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint .", "release": "npx react-native run-android --variant=release", "bundle": "cd android & ./gradlew bundleRelease", "build:android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/", "build:ios": "react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios/bundle/main.jsbundle --assets-dest ios/bundle ", "clean": "cd android & ./gradlew clean", "apk": "cd android & ./gradlew assembleRelease", "reset": "react-native start --reset-cache" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.15.3", "@react-native-community/art": "^1.2.0", "@react-native-community/cameraroll": "^4.0.4", "@react-native-community/checkbox": "^0.5.7", "@react-native-community/geolocation": "^2.0.2", "@react-native-community/masked-view": "^0.1.10", "@react-native-community/push-notification-ios": "^1.8.0", "@react-navigation/drawer": "^5.12.5", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.4", "axios": "^0.21.1", "react": "17.0.1", "react-native": "0.64.2", "react-native-camera": "^3.43.5", "react-native-device-info": "^8.3.1", "react-native-gesture-handler": "^1.10.3", "react-native-gradients": "^1.1.1", "react-native-image-crop-picker": "^0.36.2", "react-native-map-clustering": "^3.4.2", "react-native-map-link": "^2.7.27", "react-native-maps": "^0.28.0", "react-native-modal": "^13.0.1", "react-native-modal-datetime-picker": "^13.1.2", "react-native-permissions": "^3.0.1", "react-native-progress": "^4.1.2", "react-native-push-notification": "^7.3.1", "react-native-qrcode-scanner": "^1.5.4", "react-native-reanimated": "^2.1.0", "react-native-root-siblings": "^4.1.0", "react-native-root-toast": "^3.2.1", "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^3.1.1", "react-native-share": "^6.1.0", "react-native-svg": "^12.1.1", "react-native-vector-icons": "^9.2.0", "react-native-view-shot": "^3.1.2", "react-native-webview": "^11.6.4", "supercluster": "^7.1.3", "victory-native": "^35.3.3" }, "devDependencies": { "@babel/core": "^7.13.15", "@babel/runtime": "^7.13.10", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.6.3", "eslint": "^7.24.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.65.2", "react-test-renderer": "17.0.1" }, "jest": { "preset": "react-native" } }