package.json 404 B

12345678910111213141516
  1. {
  2. "name": "invoice-notification-frontend",
  3. "version": "1.0.0",
  4. "description": "Frontend for the invoice notification service",
  5. "main": "App.js",
  6. "scripts": {
  7. "start": "npx expo start"
  8. },
  9. "dependencies": {
  10. "@react-native-async-storage/async-storage": "1.17.11",
  11. "expo": "^48.0.0",
  12. "react": "18.2.0",
  13. "react-native": "0.71.14",
  14. "react-native-checkbox": "^2.0.0"
  15. }
  16. }