← back to Homesonspec
apps/mobile/package.json
41 lines
{
"name": "@homesonspec/mobile",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "npx expo start",
"ios": "npx expo run:ios",
"android": "npx expo run:android",
"prebuild": "npx expo prebuild",
"test": "node --test lib/*.test.mjs",
"typecheck": "npx tsc --noEmit",
"doctor": "npx expo-doctor"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "^12.0.1",
"babel-preset-expo": "~57.0.5",
"expo": "~57.0.19",
"expo-build-properties": "~57.0.16",
"expo-constants": "~57.0.17",
"expo-haptics": "~57.0.2",
"expo-linking": "~57.0.9",
"expo-notifications": "~57.0.16",
"expo-router": "~57.0.18",
"expo-splash-screen": "~57.0.8",
"expo-status-bar": "~57.0.1",
"expo-web-browser": "~57.0.2",
"react": "19.2.3",
"react-native": "0.86.3",
"react-native-maps": "1.27.2",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "~4.26.2",
"react-native-webview": "13.16.1"
},
"devDependencies": {
"@types/react": "~19.2.17",
"typescript": "^6.0.3"
}
}