No Description

package.json 1.1KB

123456789101112131415161718192021222324252627282930313233343536
  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. "@expo/webpack-config": "^0.17.2",
  13. "@react-native-community/hooks": "^2.8.1",
  14. "@react-navigation/material-bottom-tabs": "^6.2.8",
  15. "@react-navigation/native-stack": "^6.9.4",
  16. "deprecated-react-native-prop-types": "^2.2.0",
  17. "expo": "~47.0.6",
  18. "expo-status-bar": "~1.4.2",
  19. "react": "18.1.0",
  20. "react-dom": "18.1.0",
  21. "react-native": "0.70.5",
  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-smooth-pincode-input": "^1.0.9",
  26. "react-native-vector-icons": "^9.2.0",
  27. "react-native-web": "~0.18.9",
  28. "react-navigation-material-bottom-tabs": "^2.3.5",
  29. "react-navigation-stack": "^2.10.4",
  30. "yarn": "^1.22.19"
  31. },
  32. "devDependencies": {
  33. "@babel/core": "^7.12.9"
  34. },
  35. "private": true
  36. }