Folo/apps/mobile/package.json

165 lines
5.4 KiB
JSON

{
"name": "@follow/mobile",
"version": "0.2.9",
"private": true,
"main": "src/main.tsx",
"scripts": {
"android": "expo run:android",
"bump": "vv",
"dev": "npm run start",
"eas-build-post-install": "rm -rf $TMPDIR/metro-cache",
"eas-build-pre-install": "command -v pod >/dev/null 2>&1 && pod repo update || echo 'CocoaPods not found, skipping pod repo update'",
"ios": "expo run:ios",
"ios:device": "expo run:ios --device",
"start": "expo start --dev-client",
"start:clean": "expo start --dev-client --clear",
"typecheck": "tsc --noEmit",
"update": "tsx scripts/expo-update.ts",
"web": "expo start --web"
},
"dependencies": {
"@better-auth/expo": "1.3.28",
"@expo/metro-runtime": "5.0.4",
"@expo/react-native-action-sheet": "4.1.1",
"@follow/components": "workspace:*",
"@follow/constants": "workspace:*",
"@follow/database": "workspace:*",
"@follow/hooks": "workspace:*",
"@follow/models": "workspace:*",
"@follow/shared": "workspace:*",
"@follow/store": "workspace:*",
"@follow/tracker": "workspace:*",
"@follow/types": "workspace:*",
"@follow/utils": "workspace:*",
"@gorhom/portal": "1.0.14",
"@hookform/resolvers": "5.2.2",
"@openpanel/sdk": "1.0.0",
"@react-native-community/image-editor": "4.3.0",
"@react-native-firebase/analytics": "22.2.1",
"@react-native-firebase/app": "22.2.1",
"@react-native-firebase/app-check": "22.2.1",
"@react-native-firebase/messaging": "22.2.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-native-menu/menu": "1.2.3",
"@react-native-picker/picker": "2.11.2",
"@sentry/react-native": "6.20.0",
"@shopify/flash-list": "2.0.3",
"@tanstack/query-sync-storage-persister": "5.90.7",
"@tanstack/react-query": "5.90.5",
"@tanstack/react-query-persist-client": "5.90.7",
"@types/qrcode": "1.5.5",
"better-auth": "1.3.28",
"camelcase-keys": "10.0.0",
"dayjs": "1.11.18",
"dnum": "2.15.0",
"es-toolkit": "1.40.0",
"expo": "53.0.12",
"expo-apple-authentication": "7.2.4",
"expo-application": "6.1.4",
"expo-background-task": "0.2.7",
"expo-blur": "14.1.5",
"expo-build-properties": "0.14.6",
"expo-clipboard": "7.1.4",
"expo-constants": "17.1.6",
"expo-dev-client": "5.2.1",
"expo-device": "7.1.4",
"expo-document-picker": "13.1.6",
"expo-file-system": "18.1.10",
"expo-glass-effect": "0.1.4",
"expo-haptics": "14.1.4",
"expo-iap": "2.5.0",
"expo-image": "2.3.2",
"expo-image-manipulator": "13.1.7",
"expo-image-picker": "~16.1.4",
"expo-linear-gradient": "14.1.5",
"expo-linking": "7.1.5",
"expo-localization": "16.1.5",
"expo-media-library": "17.1.7",
"expo-notifications": "0.31.3",
"expo-secure-store": "14.2.3",
"expo-sharing": "13.1.5",
"expo-splash-screen": "0.30.9",
"expo-sqlite": "15.2.12",
"expo-status-bar": "2.2.3",
"expo-symbols": "0.4.5",
"expo-system-ui": "5.0.9",
"expo-task-manager": "13.1.5",
"expo-updates": "0.28.15",
"expo-video": "2.2.2",
"expo-web-browser": "14.2.0",
"franc-min": "6.2.0",
"i18next": "25.6.0",
"jotai": "2.15.0",
"lru-cache": "11.2.2",
"nanoid": "5.1.6",
"nativewind": "4.2.1",
"ofetch": "1.4.1",
"posthog-react-native": "4.6.1",
"qrcode": "1.5.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "6.0.0",
"react-hook-form": "7.65.0",
"react-i18next": "16.1.0",
"react-native": "0.79.6",
"react-native-awesome-slider": "2.9.0",
"react-native-bouncy-checkbox": "4.1.2",
"react-native-color-matrix-image-filters": "7.0.2",
"react-native-device-info": "14.1.1",
"react-native-gesture-handler": "2.28.0",
"react-native-image-colors": "2.5.0",
"react-native-ios-context-menu": "3.1.1",
"react-native-ios-utilities": "5.1.5",
"react-native-keyboard-controller": "1.17.5",
"react-native-otp-entry": "1.8.5",
"react-native-pager-view": "6.9.1",
"react-native-reanimated": "4.1.0",
"react-native-root-siblings": "5.0.1",
"react-native-safe-area-context": "5.6.1",
"react-native-screens": "4.11.1",
"react-native-sheet-transitions": "0.1.2",
"react-native-svg": "15.12.0",
"react-native-track-player": "4.1.1",
"react-native-uikit-colors": "0.6.2",
"react-native-volume-manager": "2.0.8",
"react-native-web": "0.21.1",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"shiki": "3.13.0",
"tailwindcss": "3.4.17",
"title-case": "4.3.2",
"use-sync-external-store": "1.6.0",
"usehooks-ts": "3.1.1",
"zeego": "3.0.6",
"zod": "3.25.75",
"zustand": "5.0.8"
},
"devDependencies": {
"@babel/core": "7.28.4",
"@follow/configs": "workspace:*",
"@types/react": "19.2.2",
"babel-plugin-inline-import": "3.0.0",
"eas-cli": "16.24.1",
"expo-drizzle-studio-plugin": "0.2.1",
"nbump": "2.1.7",
"postcss": "8.5.6",
"sf-symbols-typescript": "2.1.0",
"typescript": "catalog:"
},
"appName": "Folo",
"expo": {
"install": {
"exclude": [
"react-native@~0.76.6",
"react-native-gesture-handler@~2.20.0",
"react-native-screens@~4.4.0",
"react-native-safe-area-context@~4.12.0",
"react-native-webview@~13.12.5"
]
},
"autolinking": {
"nativeModulesDir": "./native"
}
}
}