Messenger/packages/mobile/package.json
Заид Омар Медхат | Zaid Omar Medhat f653b083aa f
2026-07-13 12:32:00 +05:00

54 lines
1.6 KiB
JSON

{
"name": "@altricade/mobile",
"version": "0.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"typecheck": "tsc --noEmit",
"lint": "eslint ."
},
"dependencies": {
"@altricade/core": "workspace:^",
"@legendapp/list": "^1.0.0",
"@react-native-async-storage/async-storage": "^2.1.2",
"centrifuge": "^5.3.4",
"expo": "^54.0.0",
"expo-audio": "^1.0.0",
"expo-camera": "^17.0.0",
"expo-clipboard": "^8.0.0",
"expo-constants": "^18.0.0",
"expo-crypto": "^15.0.0",
"expo-document-picker": "^14.0.0",
"expo-file-system": "^19.0.0",
"expo-haptics": "^15.0.0",
"expo-image": "^3.0.0",
"expo-image-picker": "^17.0.0",
"expo-linking": "^8.0.0",
"expo-notifications": "^0.32.0",
"expo-router": "^6.0.0",
"expo-secure-store": "^15.0.0",
"expo-splash-screen": "^31.0.0",
"expo-status-bar": "^3.0.0",
"expo-system-ui": "^6.0.0",
"expo-video": "^3.0.0",
"expo-video-thumbnails": "~10.0.8",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-compressor": "^2.0.2",
"react-native-gesture-handler": "~2.28.0",
"react-native-keyboard-controller": "^1.22.0",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-worklets": "0.5.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "5.9.2"
}
}