{
  "name": "delivery-frontend",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start",
    "test": "jest"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "^2.1.2",
    "@react-native-vector-icons/material-design-icons": "^12.0.0",
    "@react-navigation/native": "^7.1.9",
    "@react-navigation/native-stack": "^7.1.9",
    "@reduxjs/toolkit": "^2.8.2",
    "metro-config": "^0.82.4",
    "metro-react-native-babel-preset": "^0.77.0",
    "nativewind": "^4.1.23",
    "react": "19.0.0",
    "react-hook-form": "^7.56.3",
    "react-native": "0.79.2",
    "react-native-gesture-handler": "^2.25.0",
    "react-native-paper": "^5.14.5",
    "react-native-razorpay": "^2.3.1",
    "react-native-safe-area-context": "^5.4.0",
    "react-native-screens": "^4.10.0",
    "react-native-swiper": "^1.6.0",
    "react-redux": "^9.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.27.1",
    "@react-native-community/cli": "18.0.0",
    "@react-native-community/cli-platform-android": "18.0.0",
    "@react-native-community/cli-platform-ios": "18.0.0",
    "@react-native-community/eslint-config": "^3.2.0",
    "@react-native/babel-preset": "0.79.2",
    "@react-native/eslint-config": "0.79.2",
    "@react-native/metro-config": "0.79.2",
    "@react-native/typescript-config": "0.79.2",
    "@tsconfig/react-native": "^3.0.5",
    "@types/jest": "^29.5.14",
    "@types/react": "^19.1.4",
    "@types/react-test-renderer": "^19.1.0",
    "babel-jest": "^29.7.0",
    "eslint": "^8.57.1",
    "jest": "^29.7.0",
    "prettier": "^2.8.8",
    "react-native-dotenv": "^3.4.11",
    "react-test-renderer": "19.0.0",
    "tailwindcss": "^3.4.17",
    "typescript": "^5.6.2"
  },
  "codegenConfig": {
    "name": "DeliveryAppSpecs",
    "type": "components",
    "jsSrcsDir": "./src",
    "android": {
      "javaPackageName": "com.deliveryapp.specs"
    },
    "ios": {
      "componentProvider": "RCTThirdPartyComponentsProvider"
    }
  },
  "engines": {
    "node": ">=18"
  }
}
