Files
fiberops-mobile/package.json
Nemo baed6dc8d5 feat: complete all screens - client tabs, payments list, remittance detail, new ticket, installations tab
- Client detail: Subscription/Invoices/Payments tabs now fully functional
- Payments: proper list with today's total + live search prefill from client
- Record payment: debounced live search, reference required for non-cash
- Remittances: detail screen with included payments breakdown
- Tickets: status filter chips + create button, new ticket with categories
- Installations: tab now visible with list + confirm flow
- Fix: remove duplicate @react-navigation/elements causing Metro asset error
- Fix: metro.config.js asset resolution from node_modules
2026-03-23 21:22:57 +08:00

44 lines
1.2 KiB
JSON

{
"name": "fiberops-mobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@tanstack/react-query": "^5.95.0",
"axios": "^1.13.6",
"expo": "~55.0.8",
"expo-camera": "^55.0.10",
"expo-constants": "^55.0.9",
"expo-image-picker": "^55.0.13",
"expo-linking": "^55.0.8",
"expo-location": "^55.1.4",
"expo-notifications": "^55.0.13",
"expo-router": "^55.0.7",
"expo-secure-store": "^55.0.9",
"expo-status-bar": "~55.0.4",
"expo-updates": "~55.0.15",
"hermes-parser": "0.32.0",
"nativewind": "^4.1.23",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.23.0",
"react-native-worklets": "0.7.2",
"zustand": "^5.0.12"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.2.2",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.2"
},
"private": true
}