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.

12345678910111213141516171819202122232425262728293031323334353637
  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. "@react-navigation/bottom-tabs": "^5.11.11",
  13. "@react-navigation/native": "^5.9.4",
  14. "@reduxjs/toolkit": "^1.5.1",
  15. "axios": "^0.21.1",
  16. "expo": "~41.0.1",
  17. "expo-status-bar": "~1.0.4",
  18. "react": "16.13.1",
  19. "react-dom": "16.13.1",
  20. "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
  21. "react-native-gesture-handler": "~1.10.2",
  22. "react-native-reanimated": "~2.1.0",
  23. "react-native-responsive-screen": "^1.4.2",
  24. "react-native-safe-area-context": "3.2.0",
  25. "react-native-screens": "~3.0.0",
  26. "react-native-svg": "12.1.0",
  27. "react-native-svg-transformer": "^0.14.3",
  28. "react-native-web": "~0.13.12",
  29. "react-navigation-stack": "^2.10.4",
  30. "react-redux": "^7.2.4",
  31. "redux-thunk": "^2.3.0"
  32. },
  33. "devDependencies": {
  34. "@babel/core": "^7.9.0"
  35. },
  36. "private": true
  37. }