{ "name": "@fressh/mobile", "version": "0.0.2", "private": true, "main": "expo-router/entry", "type": "module", "scripts": { "start": "expo start", "android": "expo run:android", "android:release": "expo run:android --variant release", "build:signed:aab": "tsx scripts/signed-build.ts", "build:signed:apk": "tsx scripts/signed-build.ts --format apk", "ios": "expo run:ios", "web": "expo start --web", "prebuild": "expo prebuild", "prebuild:clean": "expo prebuild --clean", "expo:dep:check": "expo install --fix", "expo:doctor": "pnpm dlx expo-doctor@latest", "fmt": "cross-env SORT_IMPORTS=true prettier --write .", "fmt:check": "cross-env SORT_IMPORTS=true prettier --check .", "typecheck": "tsc", "lint:fix": "eslint --fix --max-warnings 0 --report-unused-disable-directives .", "eslint:check": "eslint --max-warnings 0 --report-unused-disable-directives .", "test:e2e": "maestro test test/e2e/" }, "dependencies": { "@dylankenneally/react-native-ssh-sftp": "^1.5.20", "@expo/vector-icons": "^15.0.2", "@fressh/assets": "workspace:*", "@react-native-picker/picker": "2.11.1", "@react-native-segmented-control/segmented-control": "2.5.7", "@react-navigation/bottom-tabs": "^7.4.0", "@react-navigation/elements": "^2.6.4", "@react-navigation/native": "^7.1.8", "@tanstack/react-form": "^1.19.5", "@tanstack/react-query": "^5.87.1", "expo": "54.0.3", "expo-build-properties": "~1.0.8", "expo-clipboard": "~8.0.7", "expo-constants": "~18.0.8", "expo-crypto": "~15.0.7", "expo-dev-client": "~6.0.12", "expo-document-picker": "~14.0.7", "expo-file-system": "~19.0.12", "expo-font": "~14.0.8", "expo-haptics": "~15.0.7", "expo-image": "~3.0.8", "expo-linking": "~8.0.8", "expo-router": "6.0.1", "expo-secure-store": "~15.0.7", "expo-splash-screen": "~31.0.9", "expo-status-bar": "~3.0.8", "expo-symbols": "~1.0.7", "expo-system-ui": "~6.0.7", "expo-web-browser": "~15.0.7", "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.4", "react-native-gesture-handler": "~2.28.0", "react-native-reanimated": "~4.1.0", "react-native-safe-area-context": "~5.6.1", "react-native-screens": "~4.16.0", "react-native-web": "~0.21.1", "react-native-worklets": "~0.5.1", "zod": "^4.1.5" }, "devDependencies": { "@epic-web/config": "^1.21.3", "@types/react": "~19.1.12", "cmd-ts": "^0.14.1", "eslint": "^9.35.0", "eslint-config-expo": "~10.0.0", "jiti": "^2.5.1", "npm-run-all": "^4.1.5", "prettier": "^3.6.2", "tsx": "^4.20.5", "typescript": "~5.9.2" }, "expo": { "doctor": { "reactNativeDirectoryCheck": { "exclude": [ "@dylankenneally/react-native-ssh-sftp" ] } } } }