{ "name": "navi", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "@gorhom/bottom-sheet": "^4.4.5", "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-community/checkbox": "^0.5.12", "@react-native-community/masked-view": "^0.1.11", "@react-native-picker/picker": "^2.4.8", "@react-navigation/bottom-tabs": "^6.4.1", "@react-navigation/drawer": "^6.5.1", "@react-navigation/native": "^6.0.13", "@react-navigation/native-stack": "^6.9.1", "@reduxjs/toolkit": "^1.9.1", "buffer": "^6.0.3", "leaflet": "^1.9.2", "react": "18.1.0", "react-dom": "18.1.0", "react-leaflet": "^4.1.0", "react-native": "^0.70.13", "react-native-camera": "^4.2.1", "react-native-cli": "^2.0.1", "react-native-easy-toast": "^2.3.0", "react-native-fs": "^2.20.0", "react-native-geolocation-service": "^5.3.1", "react-native-gesture-handler": "^2.8.0", "react-native-leaflet-view": "^0.1.2", "react-native-linear-gradient": "^2.8.2", "react-native-maps": "^1.3.2", "react-native-modal": "^13.0.1", "react-native-openlayers": "^0.1.1-pre", "react-native-paper": "^4.12.5", "react-native-pure-jwt": "^3.0.1", "react-native-reanimated": "^2.13.0", "react-native-restart": "^0.0.24", "react-native-safe-area-context": "^4.4.1", "react-native-screens": "^3.18.2", "react-native-vector-icons": "^9.2.0", "react-native-vision-camera": "^2.15.5", "react-native-webview": "^11.23.1", "react-navigation": "^4.4.4", "start": "^5.1.0" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.6.3", "eslint": "^7.32.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "0.72.3", "react-test-renderer": "18.1.0" }, "jest": { "preset": "react-native" } }