CoompanionApp/mobile/package.json

33 lines
924 B
JSON

{
"name": "mobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"dev": "sh ./scripts/start-dev.sh",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "^7.12.0",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.12.0",
"expo": "~54.0.33",
"expo-constants": "~18.0.13",
"expo-dev-client": "^6.0.20",
"expo-notifications": "~0.32.16",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}