Folo/apps/mobile/package.json

127 lines
3.9 KiB
JSON

{
"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.9-beta.1",
"@expo/react-native-action-sheet": "4.1.0",
"@expo/vector-icons": "^14.0.2",
"@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": "3.10.0",
"@react-native-picker/picker": "2.11.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.0",
"@shopify/flash-list": "1.7.3",
"@tanstack/react-query": "5.66.0",
"better-auth": "1.1.9-beta.1",
"cookie-es": "^1.2.2",
"dayjs": "1.11.13",
"dnum": "^2.14.0",
"es-toolkit": "1.32.0",
"expo": "52.0.27",
"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.4",
"expo-dev-client": "^5.0.10",
"expo-document-picker": "~13.0.2",
"expo-file-system": "~18.0.7",
"expo-font": "~13.0.3",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.4",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.4",
"expo-localization": "~16.0.1",
"expo-router": "4.0.17",
"expo-secure-store": "^14.0.1",
"expo-sharing": "~13.0.1",
"expo-splash-screen": "~0.29.21",
"expo-sqlite": "15.1.2",
"expo-status-bar": "~2.0.1",
"expo-symbols": "~0.2.1",
"expo-system-ui": "~4.0.7",
"expo-updates": "~0.26.13",
"expo-web-browser": "~14.0.2",
"hono": "4.6.13",
"immer": "10.1.1",
"jotai": "2.11.3",
"nanoid": "5.0.9",
"nativewind": "4.1.23",
"ofetch": "1.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.54.2",
"react-native": "npm:react-native@0.77.0",
"react-native-bouncy-checkbox": "4.1.2",
"react-native-color-matrix-image-filters": "^7.0.2",
"react-native-gesture-handler": "~2.22.0",
"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.15.0",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "~3.16.7",
"react-native-root-siblings": "5.0.1",
"react-native-safe-area-context": "5.1.0",
"react-native-screens": "~4.5.0",
"react-native-svg": "15.8.0",
"react-native-uikit-colors": "0.2.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.13.1",
"shiki": "2.2.0",
"tailwindcss": "3.4.16",
"usehooks-ts": "3.1.0",
"zeego": "2.0.4",
"zod": "3.24.1",
"zustand": "5.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@types/react": "^19.0.8",
"@types/react-test-renderer": "^18.3.0",
"babel-plugin-inline-import": "3.0.0",
"babel-plugin-module-resolver": "5.0.2",
"drizzle-kit": "0.30.4",
"eas-cli": "14.7.1",
"expo-drizzle-studio-plugin": "0.1.1",
"postcss": "8.5.1",
"react-test-renderer": "18.3.1"
},
"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"
}
}
}