No Description

package.json 776B

123456789101112131415161718192021222324252627
  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-community/masked-view": "0.1.10",
  12. "expo": "~39.0.2",
  13. "expo-status-bar": "~1.0.2",
  14. "react": "16.13.1",
  15. "react-dom": "16.13.1",
  16. "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
  17. "react-native-gesture-handler": "~1.7.0",
  18. "react-native-reanimated": "~1.13.0",
  19. "react-native-safe-area-context": "3.1.4",
  20. "react-native-screens": "~2.10.1",
  21. "react-native-web": "~0.13.12"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "~7.9.0"
  25. },
  26. "private": true
  27. }