mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "mobileapp",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"compile": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-native-community/netinfo": "11.4.1",
|
|
"@react-navigation/bottom-tabs": "^7.12.0",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@react-navigation/native-stack": "^7.12.0",
|
|
"@tanstack/query-async-storage-persister": "^5.90.22",
|
|
"@tanstack/react-query": "^5.90.20",
|
|
"@tanstack/react-query-persist-client": "^5.90.22",
|
|
"axios": "^1.13.5",
|
|
"expo": "~54.0.33",
|
|
"expo-constants": "~18.0.0",
|
|
"expo-device": "~7.0.0",
|
|
"expo-haptics": "~15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-local-authentication": "~17.0.8",
|
|
"expo-notifications": "~0.32.0",
|
|
"expo-splash-screen": "^31.0.13",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-keychain": "^10.0.0",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "^4.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|