47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "client-mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "^10.0.0",
|
|
"@react-native-community/netinfo": "11.4.1",
|
|
"@react-native-firebase/app": "^24.0.0",
|
|
"@react-native-firebase/messaging": "^24.0.0",
|
|
"@react-navigation/native": "^7.2.2",
|
|
"@react-navigation/native-stack": "^7.14.10",
|
|
"@react-navigation/stack": "^7.8.9",
|
|
"@shopify/flash-list": "2.0.2",
|
|
"expo": "~54.0.33",
|
|
"expo-build-properties": "~1.0.10",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-device": "~8.0.10",
|
|
"expo-keep-awake": "~15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-notifications": "~0.32.16",
|
|
"expo-secure-store": "~15.0.8",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-system-ui": "~6.0.9",
|
|
"expo-task-manager": "~14.0.9",
|
|
"expo-updates": "~29.0.16",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-mmkv": "^4.3.0",
|
|
"react-native-nitro-modules": "^0.35.3",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|