Files
codexbar-mobile/package.json
T
Space-Banane 896f9149f1
CodexBar Mobile Build / build-android (push) Has been cancelled
CodexBar Mobile Build / release (push) Has been cancelled
Set up Expo OTA updates and CI workflows
2026-07-04 19:34:22 +02:00

49 lines
1.6 KiB
JSON

{
"name": "codexbar.mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"dependencies": {
"@expo/metro-runtime": "~56.0.15",
"@expo/vector-icons": "^15.1.1",
"babel-preset-expo": "~56.0.0",
"expo": "~56.0.14",
"expo-constants": "~56.0.20",
"expo-document-picker": "~56.0.4",
"expo-file-system": "~56.0.8",
"expo-font": "~56.0.7",
"expo-linking": "~56.0.15",
"expo-notifications": "~56.0.19",
"expo-router": "~56.2.13",
"expo-secure-store": "~56.0.4",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo-system-ui": "~56.0.5",
"expo-updates": "~56.0.21",
"nativewind": "^4.2.6",
"react": "19.2.3",
"react-dom": "^19.2.3",
"react-native": "0.85.3",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-web": "^0.21.2",
"react-native-worklets": "^0.8.3"
},
"devDependencies": {
"@types/react": "~19.2.2",
"tailwindcss": "^3.4.19",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"update:preview": "eas update --channel preview --environment preview",
"update:production": "eas update --channel production --environment production",
"build:android:preview": "eas build --platform android --profile preview --non-interactive",
"build:android:production": "eas build --platform android --profile production --non-interactive"
},
"private": true
}