{ "name": "@follow/mobile", "version": "0.1.0", "private": true, "main": "src/main.tsx", "scripts": { "android": "expo run:android", "db:generate": "drizzle-kit generate", "dev": "npm run start", "ios": "expo run:ios", "ios:device": "expo run:ios --device", "lint": "expo lint", "start": "expo start --dev-client", "typecheck": "tsc --noEmit", "web": "expo start --web" }, "dependencies": { "@better-auth/expo": "1.1.18", "@expo/react-native-action-sheet": "4.1.0", "@expo/vector-icons": "14.0.4", "@follow/components": "workspace:*", "@follow/constants": "workspace:*", "@follow/hooks": "workspace:*", "@follow/models": "workspace:*", "@follow/shared": "workspace:*", "@follow/utils": "workspace:*", "@gorhom/portal": "1.0.14", "@hookform/resolvers": "4.1.0", "@react-native-community/image-editor": "4.3.0", "@react-native-picker/picker": "2.11.0", "@react-navigation/bottom-tabs": "7.2.0", "@react-navigation/drawer": "7.1.1", "@react-navigation/native": "7.0.14", "@shopify/flash-list": "1.7.3", "@tanstack/react-query": "5.66.7", "better-auth": "1.1.18", "cookie-es": "1.2.2", "dayjs": "1.11.13", "dnum": "2.14.0", "es-toolkit": "1.32.0", "expo": "52.0.35", "expo-apple-authentication": "7.1.3", "expo-av": "15.0.2", "expo-blur": "14.0.3", "expo-build-properties": "0.13.2", "expo-clipboard": "7.0.1", "expo-constants": "17.0.6", "expo-dev-client": "5.0.12", "expo-document-picker": "13.0.3", "expo-file-system": "18.0.10", "expo-font": "13.0.3", "expo-haptics": "14.0.1", "expo-image": "2.0.5", "expo-linear-gradient": "14.0.2", "expo-linking": "7.0.5", "expo-localization": "16.0.1", "expo-media-library": "17.0.6", "expo-router": "4.0.17", "expo-secure-store": "14.0.1", "expo-sharing": "13.0.1", "expo-splash-screen": "0.29.22", "expo-sqlite": "15.1.2", "expo-status-bar": "2.0.1", "expo-symbols": "0.2.2", "expo-system-ui": "4.0.8", "expo-updates": "0.26.18", "expo-web-browser": "14.0.2", "hono": "4.7.2", "immer": "10.1.1", "jotai": "2.12.1", "lru-cache": "11.0.2", "nanoid": "5.1.0", "nativewind": "4.1.23", "ofetch": "1.4.1", "react-hook-form": "7.54.2", "react-native-bouncy-checkbox": "4.1.2", "react-native-color-matrix-image-filters": "7.0.2", "react-native-gesture-handler": "2.23.1", "react-native-image-colors": "2.4.0", "react-native-ios-context-menu": "3.1.0", "react-native-ios-utilities": "5.1.1", "react-native-keyboard-controller": "1.16.3", "react-native-pager-view": "6.7.0", "react-native-reanimated": "3.16.7", "react-native-root-siblings": "5.0.1", "react-native-safe-area-context": "5.2.0", "react-native-screens": "4.7.0", "react-native-svg": "15.11.1", "react-native-uikit-colors": "0.2.0", "react-native-web": "0.19.13", "react-native-webview": "13.13.2", "shiki": "3.0.0", "usehooks-ts": "3.1.1", "zeego": "2.0.4", "zod": "3.24.2", "zustand": "5.0.3" }, "devDependencies": { "@babel/core": "7.26.9", "babel-plugin-inline-import": "3.0.0", "babel-plugin-module-resolver": "5.0.2", "drizzle-kit": "0.30.4", "eas-cli": "15.0.10", "expo-drizzle-studio-plugin": "0.1.1", "postcss": "8.5.2" }, "expo": { "install": { "exclude": [ "react-native@~0.77.0", "react-native-reanimated@~3.16.7", "react-native-gesture-handler@~2.22.0", "react-native-screens@~4.5.0", "react-native-safe-area-context@~5.1.0", "react-native-webview@~13.12.5" ] }, "autolinking": { "nativeModulesDir": "./native" } } }