Keine Beschreibung

package.json 872B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "aco",
  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. "@react-navigation/bottom-tabs": "^6.4.0",
  13. "@react-navigation/native": "^6.0.13",
  14. "@react-navigation/native-stack": "^6.9.1",
  15. "expo": "~47.0.3",
  16. "expo-status-bar": "~1.4.2",
  17. "react": "18.1.0",
  18. "react-native": "0.70.5",
  19. "react-native-custom-navigation-tabs": "^3.0.1",
  20. "react-native-dropdown-select-list": "^2.0.2",
  21. "react-native-gesture-handler": "~2.8.0",
  22. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  23. "react-native-safe-area-context": "4.4.1",
  24. "react-native-screens": "~3.18.0"
  25. },
  26. "devDependencies": {
  27. "@babel/core": "^7.12.9"
  28. },
  29. "private": true
  30. }