Files
smoothschedule/mobile/field-app/package.json
poduck 61882b300f feat(mobile): Add field app with date range navigation
- Add React Native Expo field app for mobile staff
- Use main /appointments/ endpoint with date range support
- Add X-Business-Subdomain header for tenant context
- Support day/week view navigation
- Remove WebSocket console logging from frontend
- Update AppointmentStatus type to include all backend statuses
- Add responsive status legend to scheduler header

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 01:23:24 -05:00

44 lines
1.2 KiB
JSON

{
"name": "smoothschedule-field-app",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-navigation/native": "^7.0.14",
"@tanstack/react-query": "^5.17.0",
"axios": "^1.6.5",
"babel-preset-expo": "^54.0.8",
"expo": "^54.0.0",
"expo-asset": "~12.0.11",
"expo-constants": "~18.0.11",
"expo-font": "~14.0.10",
"expo-linking": "~8.0.10",
"expo-location": "~19.0.8",
"expo-router": "~6.0.17",
"expo-secure-store": "~15.0.8",
"expo-status-bar": "~3.0.9",
"expo-task-manager": "~14.0.9",
"react": "^19.1.0",
"react-native": "0.81.5",
"react-native-maps": "1.20.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~19.1.10",
"eslint": "^9.0.0",
"eslint-config-expo": "~10.0.0",
"typescript": "~5.8.3"
},
"private": true
}