{
  "name": "delta-terminal-mobile",
  "version": "1.0.0",
  "main": "index.ts",
  "private": true,
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "expo": "~51.0.0",
    "expo-status-bar": "~1.12.1",
    "expo-secure-store": "~13.0.0",
    "expo-local-authentication": "~14.0.0",
    "expo-web-browser": "~13.0.0",
    "expo-sharing": "~12.0.0",
    "expo-linking": "~6.3.0",
    "expo-constants": "~16.0.0",
    "expo-font": "~12.0.0",
    "expo-notifications": "~0.28.0",
    "expo-background-fetch": "~12.0.0",
    "expo-task-manager": "~11.8.0",
    "expo-device": "~6.0.0",
    "@react-native-async-storage/async-storage": "1.23.1",
    "react": "18.2.0",
    "react-native": "0.74.5",
    "react-native-gesture-handler": "~2.16.1",
    "react-native-reanimated": "~3.10.0",
    "react-native-safe-area-context": "4.10.5",
    "react-native-screens": "3.31.1",
    "@react-navigation/native": "^6.1.17",
    "@react-navigation/drawer": "^6.7.2",
    "@react-navigation/bottom-tabs": "^6.5.20",
    "@react-navigation/native-stack": "^6.9.26",
    "@tanstack/react-query": "^5.51.0",
    "react-native-gifted-charts": "^1.4.10",
    "react-native-svg": "15.2.0",
    "react-native-linear-gradient": "^2.8.3",
    "@expo/vector-icons": "^14.0.2"
  },
  "devDependencies": {
    "@types/react": "~18.2.79",
    "typescript": "~5.3.3",
    "@babel/core": "^7.24.0"
  }
}
