Folo/apps/mobile/package.json

165 lines
5.1 KiB
JSON

{
"name": "@follow/mobile",
"version": "0.1.3",
"private": true,
"main": "src/main.tsx",
"scripts": {
"android": "expo run:android",
"bump": "vv",
"db:generate": "drizzle-kit generate",
"dev": "npm run start",
"eas-build-post-install": "rm -rf $TMPDIR/metro-cache",
"eas-build-pre-install": "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",
"web": "expo start --web"
},
"dependencies": {
"@better-auth/expo": "1.2.6-beta.1",
"@expo/metro-runtime": "4.0.1",
"@expo/react-native-action-sheet": "4.1.1",
"@expo/vector-icons": "14.0.4",
"@follow/components": "workspace:*",
"@follow/constants": "workspace:*",
"@follow/hooks": "workspace:*",
"@follow/models": "workspace:*",
"@follow/shared": "workspace:*",
"@follow/tracker": "workspace:*",
"@follow/utils": "workspace:*",
"@gorhom/portal": "1.0.14",
"@hookform/resolvers": "4.1.3",
"@openpanel/sdk": "1.0.0",
"@react-native-community/image-editor": "4.3.0",
"@react-native-firebase/analytics": "21.12.3",
"@react-native-firebase/app": "21.12.3",
"@react-native-firebase/app-check": "21.12.3",
"@react-native-firebase/crashlytics": "21.12.3",
"@react-native-picker/picker": "2.11.0",
"@shopify/flash-list": "1.7.3",
"@tanstack/query-sync-storage-persister": "5.70.0",
"@tanstack/react-query": "5.70.0",
"@tanstack/react-query-persist-client": "5.70.0",
"@types/qrcode": "1.5.5",
"better-auth": "1.2.6-beta.2",
"cookie-es": "2.0.0",
"dayjs": "1.11.13",
"dnum": "2.14.0",
"es-toolkit": "1.34.1",
"expo": "52.0.41",
"expo-apple-authentication": "7.1.3",
"expo-application": "6.0.2",
"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.8",
"expo-dev-client": "5.0.15",
"expo-document-picker": "13.0.3",
"expo-file-system": "18.0.12",
"expo-haptics": "14.0.1",
"expo-image": "2.0.7",
"expo-image-manipulator": "13.0.6",
"expo-image-picker": "~16.0.6",
"expo-linear-gradient": "14.0.2",
"expo-linking": "7.0.5",
"expo-localization": "16.0.1",
"expo-media-library": "17.0.6",
"expo-secure-store": "14.0.1",
"expo-sharing": "13.0.1",
"expo-splash-screen": "0.29.22",
"expo-sqlite": "15.1.3",
"expo-status-bar": "2.0.1",
"expo-symbols": "0.2.2",
"expo-system-ui": "4.0.8",
"expo-updates": "0.27.4",
"expo-web-browser": "14.0.2",
"hono": "4.7.5",
"immer": "10.1.1",
"jotai": "2.12.2",
"lru-cache": "11.1.0",
"nanoid": "5.1.5",
"nativewind": "4.1.23",
"ofetch": "1.4.1",
"qrcode": "1.5.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "5.0.0",
"react-hook-form": "7.55.0",
"react-native": "0.77.2",
"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-gesture-handler": "2.24.0",
"react-native-image-colors": "2.4.0",
"react-native-ios-context-menu": "3.1.0",
"react-native-ios-utilities": "5.1.3",
"react-native-keyboard-controller": "1.16.8",
"react-native-otp-entry": "1.8.4",
"react-native-pager-view": "6.7.0",
"react-native-reanimated": "3.17.1",
"react-native-root-siblings": "5.0.1",
"react-native-safe-area-context": "5.3.0",
"react-native-screens": "4.10.0",
"react-native-sheet-transitions": "0.1.2",
"react-native-svg": "15.11.2",
"react-native-track-player": "4.1.1",
"react-native-uikit-colors": "0.3.10",
"react-native-video": "6.11.0",
"react-native-volume-manager": "2.0.8",
"react-native-web": "0.19.13",
"react-native-webview": "13.13.5",
"shiki": "3.2.1",
"tailwindcss": "3.4.17",
"use-sync-external-store": "1.5.0",
"usehooks-ts": "3.1.1",
"zeego": "3.0.6",
"zod": "3.24.2",
"zustand": "5.0.3"
},
"devDependencies": {
"@babel/core": "7.26.10",
"@types/react": "18.3.12",
"babel-plugin-inline-import": "3.0.0",
"babel-plugin-module-resolver": "5.0.2",
"drizzle-kit": "0.30.6",
"eas-cli": "16.1.0",
"expo-drizzle-studio-plugin": "0.1.2",
"nbump": "2.0.7",
"postcss": "8.5.3"
},
"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"
}
},
"bump": {
"before": [
"git pull --rebase",
"tsx scripts/apply-changelog.ts ${NEW_VERSION}",
"git add changelog",
"pnpm eslint --fix package.json",
"pnpm prettier --ignore-unknown --write package.json",
"git add package.json"
],
"commit_message": "release(mobile): release v${NEW_VERSION}",
"tag": false,
"changelog": false,
"allowed_branches": [
"dev"
]
}
}