{ "name": "Send_Location_TA", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-camera-roll/camera-roll": "^7.8.1", "@react-native-community/geolocation": "^3.2.1", "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.9.26", "axios": "^1.7.2", "base64-js": "^1.5.1", "crypto-js": "^4.2.0", "install": "^0.13.0", "react": "18.2.0", "react-native": "0.73.4", "react-native-background-actions": "^4.0.0", "react-native-chart-kit": "^6.12.0", "react-native-fs": "^2.20.0", "react-native-gifted-charts": "^1.4.10", "react-native-linear-gradient": "^2.8.3", "react-native-reanimated": "^3.11.0", "react-native-safe-area-context": "^4.10.1", "react-native-screens": "^3.31.1", "react-native-shadow-2": "^7.1.0", "react-native-svg": "^15.3.0", "react-native-vector-icons": "^10.1.0", "react-native-vision-camera": "4.0.5" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/plugin-transform-export-namespace-from": "^7.24.6", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.74.83", "@react-native/eslint-config": "0.74.83", "@react-native/metro-config": "0.74.83", "@react-native/typescript-config": "0.74.83", "@types/react": "^18.2.6", "@types/react-native-simple-radio-button": "^2.7.7", "@types/react-native-svg-charts": "^5.0.16", "@types/react-native-vector-icons": "^6.4.18", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react-test-renderer": "18.2.0", "typescript": "^5.0.4" }, "engines": { "node": ">=18" } }