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.

12345678910111213141516171819202122232425262728293031323334353637383940
  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-async-storage/async-storage": "~1.17.3",
  12. "@react-native-masked-view/masked-view": "0.2.8",
  13. "@react-navigation/bottom-tabs": "^6.4.3",
  14. "@react-navigation/native": "^6.0.16",
  15. "@react-navigation/native-stack": "^6.9.4",
  16. "@reduxjs/toolkit": "^1.9.1",
  17. "axios": "^1.2.1",
  18. "expo": "^47.0.8",
  19. "expo-status-bar": "~1.4.2",
  20. "react": "18.1.0",
  21. "react-dom": "18.1.0",
  22. "react-native": "0.70.5",
  23. "react-native-gesture-handler": "~2.8.0",
  24. "react-native-reanimated": "~2.12.0",
  25. "react-native-responsive-screen": "^1.4.2",
  26. "react-native-safe-area-context": "4.4.1",
  27. "react-native-screens": "~3.18.0",
  28. "react-native-svg": "13.4.0",
  29. "react-native-svg-transformer": "^1.0.0",
  30. "react-native-web": "~0.18.7",
  31. "react-navigation-stack": "^2.10.4",
  32. "react-redux": "^8.0.5",
  33. "redux-batched-actions": "^0.5.0",
  34. "redux-thunk": "^2.4.2"
  35. },
  36. "devDependencies": {
  37. "@babel/core": "^7.19.3"
  38. },
  39. "private": true
  40. }