No Description

package.json 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "mocionesiupi",
  3. "version": "1.0.0",
  4. "main": "node_modules/expo/AppEntry.js",
  5. "scripts": {
  6. "start": "expo start",
  7. "android": "expo start --android",
  8. "ios": "expo start --ios",
  9. "web": "expo start --web"
  10. },
  11. "dependencies": {
  12. "@apollo/client": "^3.7.2",
  13. "@expo/webpack-config": "^0.17.2",
  14. "expo": "~47.0.6",
  15. "expo-status-bar": "~1.4.2",
  16. "graphql": "^15.8.0",
  17. "native-base": "^3.4.25",
  18. "react": "18.1.0",
  19. "react-dom": "18.1.0",
  20. "react-native": "0.70.5",
  21. "react-native-gesture-handler": "^2.8.0",
  22. "react-native-paper": "^3.12.0",
  23. "react-native-safe-area-context": "4.4.1",
  24. "react-native-screens": "~3.18.0",
  25. "react-native-svg": "^13.4.0",
  26. "react-native-vector-icons": "^9.2.0",
  27. "react-native-web": "~0.18.9",
  28. "react-navigation-drawer": "^2.7.2",
  29. "react-navigation-material-bottom-tabs": "^2.3.5",
  30. "react-navigation-stack": "^2.10.4",
  31. "styled-components": "^5.3.6",
  32. "styled-system": "^5.1.5",
  33. "yarn": "^1.22.19"
  34. },
  35. "devDependencies": {
  36. "@babel/core": "^7.12.9"
  37. },
  38. "private": true
  39. }