Files
oneuptime/MobileApp/package.json
Nawaz Dhandala 54909116b9 mobile phase 1
2026-02-09 23:45:17 +00:00

33 lines
885 B
JSON

{
"name": "mobileapp",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"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",
"@tanstack/react-query": "^5.90.20",
"axios": "^1.13.5",
"expo": "~54.0.33",
"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
}