116 lines
4.3 KiB
JSON
116 lines
4.3 KiB
JSON
{
|
|
"name": "RNUnioilLoyaltyApp",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios --simulator='iPhone 14 Plus'",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"assets-bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
|
|
"mac-android-release": "cd android && ./gradlew assembleRelease -x bundleReleaseJsAndAssets && cd ..",
|
|
"mac-android-bundleRelease": "npm run assets-bundle && npm run mac-android-release",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@gorhom/bottom-sheet": "^4",
|
|
"@react-native-async-storage/async-storage": "1.19.3",
|
|
"@react-native-community/art": "^1.2.0",
|
|
"@react-native-community/datetimepicker": "7.6.3",
|
|
"@react-native-community/geolocation": "3.0.5",
|
|
"@react-native-community/masked-view": "0.1.11",
|
|
"@react-native-community/netinfo": "9.5.0",
|
|
"@react-native-community/push-notification-ios": "1.11.0",
|
|
"@react-native-community/toolbar-android": "^0.2.1",
|
|
"@react-native-firebase/analytics": "18.3.2",
|
|
"@react-native-firebase/app": "18.3.2",
|
|
"@react-native-firebase/messaging": "18.3.2",
|
|
"@react-navigation/bottom-tabs": "6.5.8",
|
|
"@react-navigation/drawer": "6.6.3",
|
|
"@react-navigation/elements": "1.3.18",
|
|
"@react-navigation/material-top-tabs": "6.6.3",
|
|
"@react-navigation/native": "6.1.7",
|
|
"@react-navigation/stack": "6.3.17",
|
|
"axios": "1.4.0",
|
|
"buffer": "^6.0.3",
|
|
"card-validator": "^8.1.1",
|
|
"crypto-js": "4.1.1",
|
|
"deprecated-react-native-prop-types": "^5.0.0",
|
|
"fast-text-encoding": "^1.0.6",
|
|
"lodash": "^4.17.21",
|
|
"lottie-react-native": "6.4.1",
|
|
"moment": "2.29.4",
|
|
"native-base": "3.4.28",
|
|
"node-forge": "1.3.1",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.5",
|
|
"react-native-actionsheet": "^2.4.2",
|
|
"react-native-animatable": "^1.3.3",
|
|
"react-native-barcode-builder": "^2.0.0",
|
|
"react-native-blob-util": "0.19.9",
|
|
"react-native-config": "^1.5.1",
|
|
"react-native-credit-card-input": "^0.4.1",
|
|
"react-native-crypto-js": "^1.0.0",
|
|
"react-native-date-picker": "4.3.5",
|
|
"react-native-device-info": "10.11.0",
|
|
"react-native-elements": "3.4.3",
|
|
"react-native-email-link": "1.14.8",
|
|
"react-native-exception-handler": "^2.10.10",
|
|
"react-native-gesture-handler": "2.12.0",
|
|
"react-native-image-picker": "5.6.0",
|
|
"react-native-image-slider-box": "2.0.7",
|
|
"react-native-intent-launcher": "^0.2.1",
|
|
"react-native-linear-gradient": "2.8.3",
|
|
"react-native-location": "^2.5.0",
|
|
"react-native-maps": "1.7.1",
|
|
"react-native-modal-datetime-picker": "17.1.0",
|
|
"react-native-month-year-picker": "1.9.0",
|
|
"react-native-pager-view": "6.2.0",
|
|
"react-native-push-notification": "8.1.1",
|
|
"react-native-qrcode-svg": "6.2.0",
|
|
"react-native-reanimated": "3.6.2",
|
|
"react-native-responsive-fontsize": "^0.5.1",
|
|
"react-native-safe-area-context": "4.7.2",
|
|
"react-native-screens": "3.25.0",
|
|
"react-native-snap-carousel": "3.9.1",
|
|
"react-native-super-grid": "5.0.0",
|
|
"react-native-svg": "13.14.0",
|
|
"react-native-tab-navigator": "^0.3.4",
|
|
"react-native-tab-view": "^3.5.2",
|
|
"react-native-vector-icons": "10.0.0",
|
|
"react-native-webview": "13.2.2",
|
|
"react-redux": "8.1.3",
|
|
"reanimated-bottom-sheet": "1.0.0-alpha.22",
|
|
"redux": "4.2.1",
|
|
"redux-thunk": "2.4.2",
|
|
"rn-sliding-up-panel": "2.4.6",
|
|
"styled-components": "5.3.11",
|
|
"styled-system": "^5.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/eslint-config": "^0.72.2",
|
|
"@react-native/metro-config": "^0.72.11",
|
|
"@tsconfig/react-native": "^3.0.0",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.2.1",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.2.1",
|
|
"jetifier": "^2.0.0",
|
|
"metro-react-native-babel-preset": "0.76.8",
|
|
"patch-package": "^8.0.0",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"prettier": "^2.4.1",
|
|
"react-native-dotenv": "^3.4.11",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
}
|