{
    "name": "aibimagics-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 .",
        "build:android": "cd android && ./gradlew assembleRelease",
        "build:ios": "cd ios && xcodebuild -workspace AiBiMagics.xcworkspace -scheme AiBiMagics -configuration Release"
    },
    "dependencies": {
        "react": "18.2.0",
        "react-native": "0.72.6",
        "@react-navigation/native": "^6.1.9",
        "@react-navigation/stack": "^6.3.20",
        "@react-navigation/bottom-tabs": "^6.5.11",
        "@reduxjs/toolkit": "^1.9.7",
        "react-redux": "^8.1.3",
        "axios": "^1.6.2",
        "@react-native-async-storage/async-storage": "^1.19.5",
        "react-native-paper": "^5.11.1",
        "react-native-vector-icons": "^10.0.2",
        "react-native-gesture-handler": "^2.14.0",
        "react-native-reanimated": "^3.5.4",
        "react-native-safe-area-context": "^4.7.4",
        "react-native-screens": "^3.27.0",
        "react-native-fast-image": "^8.6.3",
        "@react-native-firebase/app": "^18.6.1",
        "@react-native-firebase/messaging": "^18.6.1",
        "@stripe/stripe-react-native": "^0.35.0",
        "react-native-razorpay": "^2.3.0",
        "react-native-image-picker": "^7.0.3",
        "react-native-rating-element": "^1.0.2",
        "react-native-webview": "^13.6.3",
        "react-native-svg": "^14.0.0",
        "lottie-react-native": "^6.4.1",
        "react-native-linear-gradient": "^2.8.3",
        "react-native-snap-carousel": "^3.9.1",
        "react-native-modal": "^13.0.1",
        "formik": "^2.4.5",
        "yup": "^1.3.3"
    },
    "devDependencies": {
        "@babel/core": "^7.23.3",
        "@babel/preset-env": "^7.23.3",
        "@babel/runtime": "^7.23.3",
        "@react-native/eslint-config": "^0.72.2",
        "@react-native/metro-config": "^0.72.11",
        "@tsconfig/react-native": "^3.0.2",
        "@types/react": "^18.2.37",
        "@types/react-test-renderer": "^18.0.5",
        "babel-jest": "^29.7.0",
        "eslint": "^8.53.0",
        "jest": "^29.7.0",
        "metro-react-native-babel-preset": "0.76.8",
        "prettier": "^3.0.3",
        "react-test-renderer": "18.2.0",
        "typescript": "5.2.2"
    },
    "engines": {
        "node": ">=18"
    }
}