mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
65 lines
2.7 KiB
JSON
65 lines
2.7 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",
|
|
"prebuild": "npx expo prebuild --clean",
|
|
"android:build": "npx eas-cli build --platform android --profile production",
|
|
"android:build-local": "npm run prebuild && cd android && ./gradlew bundleRelease",
|
|
"android:build-apk": "npm run prebuild && cd android && ./gradlew assembleRelease",
|
|
"android:submit": "npx eas-cli submit --platform android --profile production",
|
|
"ios:build": "npx eas-cli build --platform ios --profile production",
|
|
"ios:build-local": "npm run prebuild && cd ios && pod install && xcodebuild -workspace OneUptimeOnCall.xcworkspace -scheme OneUptimeOnCall -configuration Release -sdk iphoneos -archivePath build/OneUptimeOnCall.xcarchive archive && xcodebuild -exportArchive -archivePath build/OneUptimeOnCall.xcarchive -exportPath build/output -exportOptionsPlist exportOptions.plist",
|
|
"ios:submit": "npx eas-cli submit --platform ios --profile production",
|
|
"build": "npx eas-cli build --platform all --profile production",
|
|
"submit": "npx eas-cli submit --platform all --profile production"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@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": "~8.0.10",
|
|
"expo-font": "~14.0.11",
|
|
"expo-haptics": "~15.0.8",
|
|
"expo-linear-gradient": "~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",
|
|
"expo-system-ui": "~6.0.9",
|
|
"expo-web-browser": "~15.0.10",
|
|
"nativewind": "^4.2.1",
|
|
"postcss": "^8.5.6",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-markdown-display": "^7.0.2",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-web": "^0.21.0",
|
|
"tailwindcss": "^3.4.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"babel-preset-expo": "^54.0.10",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|