{ "name": "sub2api-mobile", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "proxy": "node server/index.js", "dev:web-proxy": "concurrently -n proxy,web -c green,blue \"npm run proxy\" \"npm run web\"", "eas:build:development": "eas build --profile development", "eas:build:preview": "eas build --profile preview", "eas:build:production": "eas build --profile production", "eas:update:preview": "eas update --branch preview --message", "eas:update:production": "eas update --branch production --message", "start:dev-client": "expo start --dev-client", "eas:build:development:android": "eas build -p android --profile development", "eas:build:development:ios": "eas build -p ios --profile development" }, "dependencies": { "@expo/vector-icons": "^15.1.1", "@hookform/resolvers": "^5.2.2", "@tanstack/react-query": "^5.90.21", "cors": "^2.8.6", "expo": "~54.0.33", "expo-clipboard": "~8.0.8", "expo-constants": "~18.0.13", "expo-dev-client": "~6.0.20", "expo-font": "~14.0.11", "expo-linking": "~8.0.11", "expo-router": "~6.0.23", "expo-secure-store": "~15.0.8", "expo-status-bar": "~3.0.9", "expo-updates": "~29.0.16", "express": "^5.2.1", "lucide-react-native": "^0.577.0", "react": "19.1.0", "react-dom": "19.1.0", "react-hook-form": "^7.71.2", "react-native": "0.81.5", "react-native-gesture-handler": "~2.28.0", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", "react-native-web": "~0.21.0", "react-native-worklets": "0.5.1", "tailwindcss": "^4.2.1", "uniwind": "^1.3.2", "valtio": "^2.3.1", "zod": "^4.3.6" }, "devDependencies": { "@types/react": "~19.1.0", "concurrently": "^9.2.1", "typescript": "~5.9.2" }, "private": true }