{ "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-community/async-storage": "^1.12.1", "@react-native-community/masked-view": "^0.1.10", "@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", "axios": "^0.21.1", "dateformat": "^4.5.1", "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-confirmation-code-field": "^6.5.1", "react-native-datepicker": "^1.7.2", "react-native-firebase": "^5.6.0", "react-native-gesture-handler": "^1.9.0", "react-native-image-crop-picker": "^0.36.0", "react-native-indicators": "^0.17.0", "react-native-linear-gradient": "^2.5.6", "react-native-modal": "^11.7.0", "react-native-modal-dropdown": "^1.0.0", "react-native-reanimated": "^1.13.2", "react-native-safe-area-context": "^3.1.9", "react-native-screens": "^2.17.1", "react-native-tab-view": "^2.15.2", "react-native-vector-icons": "^8.0.0", "react-native-vnpay-merchant": "/Users/macbookpro/Documents/Company/ReactNative/Invest/node_modules/react-native-vnpay-merchant", "react-redux": "^7.2.2", "redux": "^4.0.5", "redux-saga": "^1.1.3", "sha256": "^0.2.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" } }