{ "name": "Invest", "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": { "@react-native-clipboard/clipboard": "^1.7.0", "@react-native-community/async-storage": "^1.12.1", "@react-native-community/checkbox": "^0.5.7", "@react-native-community/masked-view": "^0.1.10", "@react-native-community/netinfo": "^6.0.0", "@react-native-firebase/app": "^7.1.0", "@react-native-firebase/messaging": "^7.1.0", "@react-navigation/bottom-tabs": "^5.11.7", "@react-navigation/material-top-tabs": "^5.3.14", "@react-navigation/native": "^5.9.2", "@react-navigation/stack": "^5.14.2", "async": "^3.2.0", "axios": "^0.21.1", "dateformat": "^4.5.1", "jsencrypt": "^3.2.0", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "16.11.0", "react-hook-form": "^6.15.4", "react-native": "0.62.2", "react-native-autocomplete-input": "^5.0.0", "react-native-bootsplash": "^3.2.3", "react-native-confirmation-code-field": "^6.5.1", "react-native-datepicker": "^1.7.2", "react-native-device-info": "^8.1.2", "react-native-dropdownalert": "^4.3.0", "react-native-fast-image": "^8.3.4", "react-native-gesture-handler": "^1.9.0", "react-native-i18n": "^2.0.15", "react-native-image-crop-picker": "^0.36.2", "react-native-indicators": "^0.17.0", "react-native-keychain": "^7.0.0", "react-native-linear-gradient": "^2.5.6", "react-native-modal": "^11.7.0", "react-native-modal-dropdown": "^1.0.0", "react-native-progress": "^4.1.2", "react-native-ratings": "^8.0.4", "react-native-reanimated": "^1.13.2", "react-native-safe-area-context": "^3.1.9", "react-native-screens": "^2.17.1", "react-native-segmented-control-tab": "^3.4.1", "react-native-simple-radio-button": "^2.7.4", "react-native-swiper": "^1.6.0", "react-native-tab-view": "^2.15.2", "react-native-touch-id": "^4.4.1", "react-native-vector-icons": "^8.0.0", "react-native-webview": "^11.2.5", "react-native-youtube": "^2.0.1", "react-redux": "^7.2.2", "redux": "^4.0.5", "redux-saga": "^1.1.3", "sha256": "^0.2.0", "socket.io-client": "2.3.0" }, "devDependencies": { "@babel/core": "^7.13.1", "@babel/runtime": "^7.13.1", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.6.3", "eslint": "^7.20.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.65.1", "react-test-renderer": "16.11.0" }, "jest": { "preset": "react-native" } }