diff --git a/package.json b/package.json new file mode 100644 index 00000000..4508cd6d --- /dev/null +++ b/package.json @@ -0,0 +1,86 @@ +{ + "name": "RNUnioilLoyaltyApp", + "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.9.0", + "@react-native-community/datetimepicker": "^6.1.3", + "@react-native-community/geolocation": "^2.0.2", + "@react-native-community/masked-view": "^0.1.9", + "@react-native-community/netinfo": "^5.8.0", + "@react-native-community/push-notification-ios": "^1.10.1", + "@react-native-community/toolbar-android": "^0.2.1", + "@react-native-firebase/analytics": "^14.11.0", + "@react-native-firebase/app": "^14.11.0", + "@react-native-firebase/messaging": "^14.11.0", + "@react-navigation/bottom-tabs": "^6.3.1", + "@react-navigation/drawer": "^5.4.1", + "@react-navigation/elements": "^1.3.3", + "@react-navigation/material-top-tabs": "^5.1.8", + "@react-navigation/native": "^5.1.5", + "@react-navigation/stack": "^5.2.10", + "buffer": "^6.0.3", + "card-validator": "^8.1.1", + "moment": "^2.24.0", + "native-base": "3.0.0", + "node-forge": "^0.10.0", + "react": "17.0.2", + "react-native": "0.68.2", + "react-native-actionsheet": "^2.4.2", + "react-native-animatable": "^1.3.3", + "react-native-barcode-builder": "^2.0.0", + "react-native-credit-card-input": "^0.4.1", + "react-native-crypto-js": "^1.0.0", + "react-native-date-picker": "^3.2.10", + "react-native-device-info": "^5.5.6", + "react-native-elements": "^1.2.7", + "react-native-email-link": "^1.9.2", + "react-native-gesture-handler": "^1.6.1", + "react-native-image-picker": "^2.3.1", + "react-native-image-slider-box": "^1.0.12", + "react-native-location": "^2.5.0", + "react-native-maps": "0.27.1", + "react-native-modal-datetime-picker": "^8.7.1", + "react-native-month-year-picker": "^1.3.4", + "react-native-push-notification": "^8.1.1", + "react-native-qrcode-svg": "^6.0.6", + "react-native-reanimated": "^1.8.0", + "react-native-safe-area-context": "^4.2.5", + "react-native-screens": "^2.4.0", + "react-native-snap-carousel": "^3.9.0", + "react-native-super-grid": "^4.0.3", + "react-native-svg": "^12.1.0", + "react-native-tab-navigator": "^0.3.4", + "react-native-tab-view": "^2.14.0", + "react-native-vector-icons": "^6.6.0", + "react-native-webview": "^9.3.0", + "react-redux": "^7.2.2", + "reanimated-bottom-sheet": "^1.0.0-alpha.20", + "redux": "^4.0.5", + "redux-thunk": "^2.3.0", + "rn-fetch-blob": "^0.12.0", + "rn-sliding-up-panel": "^2.4.0", + "styled-components": "^5.3.5", + "styled-system": "^5.1.5" + }, + "devDependencies": { + "@babel/core": "^7.9.0", + "@babel/runtime": "^7.9.2", + "@react-native-community/eslint-config": "^1.0.0", + "babel-jest": "^25.3.0", + "eslint": "^6.8.0", + "jest": "^25.3.0", + "metro-react-native-babel-preset": "^0.59.0", + "react-test-renderer": "16.11.0" + }, + "jest": { + "preset": "react-native" + } +}