{ "name": "aethex-connect-mobile", "version": "1.0.0", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "build:ios": "cd ios && xcodebuild -workspace AeThexConnect.xcworkspace -scheme AeThexConnect -configuration Release", "build:android": "cd android && ./gradlew assembleRelease" }, "dependencies": { "react": "18.2.0", "react-native": "0.73.2", "@react-navigation/native": "^6.1.9", "@react-navigation/stack": "^6.3.20", "@react-navigation/bottom-tabs": "^6.5.11", "@react-native-async-storage/async-storage": "^1.21.0", "@react-native-community/netinfo": "^11.2.0", "@notifee/react-native": "^7.8.2", "@react-native-firebase/app": "^19.0.0", "@react-native-firebase/messaging": "^19.0.0", "react-native-webrtc": "^111.0.0", "react-native-voice": "^3.2.4", "react-native-push-notification": "^8.1.1", "react-native-background-timer": "^2.4.1", "react-native-biometrics": "^3.0.1", "react-native-share": "^10.0.2", "react-native-keychain": "^8.1.2", "react-native-gesture-handler": "^2.14.1", "react-native-reanimated": "^3.6.1", "react-native-safe-area-context": "^4.8.2", "react-native-screens": "^3.29.0", "react-native-vector-icons": "^10.0.3", "socket.io-client": "^4.6.0" }, "devDependencies": { "@babel/core": "^7.23.6", "@babel/preset-env": "^7.23.6", "@babel/runtime": "^7.23.6", "@react-native/eslint-config": "^0.73.1", "@react-native/metro-config": "^0.73.3", "@react-native/typescript-config": "^0.73.1", "@types/react": "^18.2.45", "@types/react-test-renderer": "^18.0.7", "babel-jest": "^29.7.0", "eslint": "^8.56.0", "jest": "^29.7.0", "metro-react-native-babel-preset": "^0.77.0", "prettier": "^3.1.1", "react-test-renderer": "18.2.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18" } }