| 12345678910111213141516 |
- {
- "name": "invoice-notification-frontend",
- "version": "1.0.0",
- "description": "Frontend for the invoice notification service",
- "main": "App.js",
- "scripts": {
- "start": "npx expo start"
- },
- "dependencies": {
- "@react-native-async-storage/async-storage": "^1.15.9",
- "expo": "^48.0.0",
- "react": "18.2.0",
- "react-native": "0.71.0",
- "react-native-checkbox": "^2.0.0"
- }
- }
|