You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
955 B

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
  1. {
  2. "name": "loginmockup2",
  3. "version": "1.0.0",
  4. "main": "expo-router/entry",
  5. "scripts": {
  6. "start": "expo start",
  7. "android": "expo run:android",
  8. "ios": "expo run:ios",
  9. "web": "expo start --web"
  10. },
  11. "dependencies": {
  12. "@react-native-firebase/app": "^19.1.2",
  13. "@react-native-firebase/auth": "^19.1.2",
  14. "@react-native-google-signin/google-signin": "^11.0.1",
  15. "expo": "~50.0.14",
  16. "expo-constants": "~15.4.5",
  17. "expo-dev-client": "~3.3.11",
  18. "expo-font": "~11.10.3",
  19. "expo-linking": "~6.2.2",
  20. "expo-router": "~3.4.8",
  21. "expo-splash-screen": "~0.26.4",
  22. "expo-status-bar": "~1.11.1",
  23. "react": "18.2.0",
  24. "react-native": "0.73.6",
  25. "react-native-safe-area-context": "4.8.2",
  26. "react-native-screens": "~3.29.0",
  27. "react-native-svg": "14.1.0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.20.0",
  31. "@types/react": "~18.2.45",
  32. "typescript": "^5.1.3"
  33. },
  34. "private": true
  35. }