No Description

package.json 702B

1234567891011121314151617181920212223242526
  1. {
  2. "main": "node_modules/expo/AppEntry.js",
  3. "scripts": {
  4. "start": "expo start",
  5. "android": "expo start --android",
  6. "ios": "expo start --ios",
  7. "web": "expo start --web",
  8. "eject": "expo eject"
  9. },
  10. "dependencies": {
  11. "@react-native-picker/picker": "^2.1.0",
  12. "@react-navigation/native": "^6.0.4",
  13. "@react-navigation/stack": "^6.0.9",
  14. "expo": "~42.0.1",
  15. "expo-status-bar": "~1.0.4",
  16. "firebase": "8.2.3",
  17. "react": "16.13.1",
  18. "react-dom": "16.13.1",
  19. "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
  20. "react-native-web": "~0.13.12"
  21. },
  22. "devDependencies": {
  23. "@babel/core": "^7.9.0"
  24. },
  25. "private": true
  26. }