60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "mobile-voice",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"relay": "echo 'Use packages/apn-relay for APNs relay server'",
|
|
"relay:legacy": "node ./relay/opencode-relay.mjs",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"lint": "expo lint"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/bottom-tabs": "^7.15.5",
|
|
"@react-navigation/elements": "^2.9.10",
|
|
"@react-navigation/native": "^7.1.33",
|
|
"expo": "~55.0.9",
|
|
"expo-asset": "~55.0.10",
|
|
"expo-audio": "~55.0.9",
|
|
"expo-camera": "~55.0.11",
|
|
"expo-constants": "~55.0.9",
|
|
"expo-dev-client": "~55.0.19",
|
|
"expo-device": "~55.0.10",
|
|
"expo-file-system": "~55.0.12",
|
|
"expo-font": "~55.0.4",
|
|
"expo-glass-effect": "~55.0.8",
|
|
"expo-haptics": "~55.0.9",
|
|
"expo-image": "~55.0.6",
|
|
"expo-linking": "~55.0.9",
|
|
"expo-notifications": "~55.0.14",
|
|
"expo-router": "~55.0.8",
|
|
"expo-splash-screen": "~55.0.13",
|
|
"expo-status-bar": "~55.0.4",
|
|
"expo-symbols": "~55.0.5",
|
|
"expo-system-ui": "~55.0.11",
|
|
"expo-task-manager": "~55.0.10",
|
|
"expo-web-browser": "~55.0.10",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-native": "0.83.4",
|
|
"react-native-audio-api": "^0.11.7",
|
|
"react-native-executorch": "^0.8.0",
|
|
"react-native-executorch-expo-resource-fetcher": "^0.8.0",
|
|
"react-native-gesture-handler": "~2.30.0",
|
|
"react-native-reanimated": "4.2.1",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"babel-preset-expo": "~55.0.8",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|