{
  "name": "@bulkvyapaar/mobile",
  "version": "1.0.0",
  "description": "BulkVyapaar React Native mobile app",
  "main": "expo-router/entry",
  "private": true,
  "scripts": {
    "dev": "expo start",
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "build": "eas build",
    "preview": "expo preview --ios",
    "format": "prettier --write \"app/**/*.{ts,tsx}\""
  },
  "dependencies": {
    "expo": "^50.0.0",
    "expo-router": "^3.0.0",
    "react": "^18.2.0",
    "react-native": "^0.73.0",
    "react-native-safe-area-context": "^4.8.0",
    "react-native-screens": "^3.28.0",
    "react-native-svg": "^13.14.0",
    "axios": "^1.6.0",
    "@react-native-async-storage/async-storage": "^1.21.0",
    "@react-native-masked-view/masked-view": "^0.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/preset-typescript": "^7.23.0",
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.73.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "prettier": "^3.0.0",
    "typescript": "^5.1.0"
  }
}
