mirror of
https://github.com/odoobiznes/BUS-Ticket-client.git
synced 2026-05-28 06:24:44 +00:00
- Remove all workspace package dependencies (@bus-tickets/*) - Create local ApiClient, formatting utilities - Add environment.ts for configurable defaults - Update ConfigContext to use environment config - Add README with configuration instructions - API URL can be: 1. Changed at runtime via Settings screen 2. Set via EXPO_PUBLIC_API_URL environment variable 3. Changed in src/config/environment.ts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
73 lines
2.5 KiB
JSON
73 lines
2.5 KiB
JSON
{
|
|
"name": "bus-tickets",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"build:android": "eas build --platform android --profile production",
|
|
"build:android:preview": "eas build --platform android --profile preview",
|
|
"build:android:dev": "eas build --platform android --profile development",
|
|
"build:ios": "eas build --platform ios --profile production",
|
|
"build:ios:preview": "eas build --platform ios --profile preview",
|
|
"build:ios:dev": "eas build --platform ios --profile development",
|
|
"build:all": "eas build --platform all --profile production",
|
|
"build:all:preview": "eas build --platform all --profile preview",
|
|
"build:web": "expo export --platform web",
|
|
"submit:android": "eas submit --platform android --profile production",
|
|
"submit:ios": "eas submit --platform ios --profile production",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.6",
|
|
"@expo/metro-runtime": "^3.2.3",
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-native-community/datetimepicker": "8.0.1",
|
|
"@react-navigation/core": "^7.14.0",
|
|
"@react-navigation/native": "^6.1.9",
|
|
"axios": "^1.6.0",
|
|
"debug": "^4.4.3",
|
|
"expo": "~51.0.0",
|
|
"expo-auth-session": "~5.5.2",
|
|
"expo-constants": "~16.0.0",
|
|
"expo-crypto": "~13.0.0",
|
|
"expo-device": "~6.0.0",
|
|
"expo-font": "~12.0.0",
|
|
"expo-image": "~1.13.0",
|
|
"expo-linking": "~6.3.0",
|
|
"expo-localization": "~15.0.0",
|
|
"expo-network": "~6.0.0",
|
|
"expo-router": "~3.5.0",
|
|
"expo-secure-store": "~13.0.0",
|
|
"expo-splash-screen": "~0.27.0",
|
|
"expo-status-bar": "~1.12.0",
|
|
"expo-system-ui": "~3.0.7",
|
|
"expo-web-browser": "~13.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.74.5",
|
|
"react-native-gesture-handler": "~2.16.0",
|
|
"react-native-reanimated": "~3.10.0",
|
|
"react-native-safe-area-context": "4.10.5",
|
|
"react-native-screens": "3.31.1",
|
|
"react-native-svg": "15.2.0",
|
|
"react-native-web": "~0.19.13",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@types/react": "~18.2.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-expo": "^7.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-expo": "~51.0.0",
|
|
"typescript": "~5.3.0"
|
|
}
|
|
}
|