Files
umra-app/package.json
Mekan1206 68affb3d4b Update app configuration and scripts for improved build process
- Added package name to app.json for better identification.
- Updated start scripts in package.json to use 'expo run' commands for Android and iOS.
2025-09-20 11:24:49 +05:00

53 lines
1.4 KiB
JSON

{
"name": "umra",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-navigation/native": "^7.1.6",
"adhan": "^4.4.3",
"expo": "~53.0.20",
"expo-asset": "~11.1.7",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-linking": "~7.1.7",
"expo-localization": "^16.1.6",
"expo-router": "~5.1.4",
"expo-sharing": "~13.1.5",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.10",
"expo-updates": "~0.28.17",
"expo-web-browser": "~14.2.0",
"i18n-js": "^4.5.1",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-vector-icons": "^10.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~19.0.10",
"@types/react-native-vector-icons": "^6.4.18",
"jest": "^29.2.1",
"jest-expo": "~53.0.9",
"react-test-renderer": "19.0.0",
"typescript": "~5.8.3"
},
"private": true
}