45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@d3ro/mobile",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"description": "D3RO Voice Mobile (Expo + React Native)",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@d3ro/api-client": "file:../../packages/api-client",
|
|
"@d3ro/core": "file:../../packages/core",
|
|
"@d3ro/i18n": "file:../../packages/i18n",
|
|
"@d3ro/ui-native": "file:../../packages/ui-native",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@supabase/supabase-js": "^2.45.0",
|
|
"expo": "~51.0.0",
|
|
"expo-av": "~14.0.0",
|
|
"expo-constants": "~16.0.0",
|
|
"expo-device": "~6.0.0",
|
|
"expo-linking": "~6.3.0",
|
|
"expo-notifications": "~0.28.0",
|
|
"expo-router": "~3.5.0",
|
|
"expo-secure-store": "~13.0.0",
|
|
"expo-status-bar": "~1.12.0",
|
|
"expo-web-browser": "~13.0.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.74.0",
|
|
"react-native-gesture-handler": "~2.16.0",
|
|
"react-native-reanimated": "~3.10.0",
|
|
"react-native-safe-area-context": "4.10.0",
|
|
"react-native-screens": "3.31.0",
|
|
"react-native-url-polyfill": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~18.2.0",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "~18.2.0"
|
|
}
|
|
}
|