← back to Nineoh Guide

apps/mobile/package.json

37 lines

{
  "name": "@nineoh/mobile",
  "version": "1.0.0",
  "private": true,
  "main": "index.ts",
  "scripts": {
    "start": "expo start",
    "ios": "expo run:ios",
    "prebuild": "expo prebuild",
    "doctor": "expo-doctor"
  },
  "dependencies": {
    "@babel/runtime": "^7.29.0",
    "@nineoh/core": "workspace:*",
    "@react-native-async-storage/async-storage": "2.2.0",
    "@react-native-firebase/analytics": "^22.4.0",
    "@react-native-firebase/app": "^22.4.0",
    "@react-native-firebase/crashlytics": "^22.4.0",
    "babel-preset-expo": "~57.0.5",
    "expo": "~57.0.22",
    "expo-apple-authentication": "~57.0.2",
    "expo-blur": "~57.0.3",
    "expo-build-properties": "~57.0.17",
    "expo-constants": "~57.0.18",
    "expo-linear-gradient": "~57.0.2",
    "expo-status-bar": "~57.0.1",
    "expo-tracking-transparency": "~57.0.2",
    "react": "19.2.3",
    "react-native": "0.86.3",
    "react-native-google-mobile-ads": "^16.4.0"
  },
  "devDependencies": {
    "@types/react": "~19.2.17",
    "typescript": "^6.0.3"
  }
}