Nenhuma descrição

package.json 1.0KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "finalreact",
  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. "eject": "expo eject"
  11. },
  12. "dependencies": {
  13. "@react-native-community/masked-view": "^0.1.11",
  14. "@react-navigation/drawer": "^6.1.8",
  15. "@react-navigation/material-top-tabs": "^6.0.6",
  16. "@react-navigation/native": "^6.0.6",
  17. "expo": "~43.0.2",
  18. "expo-status-bar": "~1.1.0",
  19. "react": "17.0.1",
  20. "react-dom": "17.0.1",
  21. "react-native": "0.64.3",
  22. "react-native-gesture-handler": "~1.10.2",
  23. "react-native-reanimated": "~2.2.0",
  24. "react-native-safe-area-context": "3.3.2",
  25. "react-native-screens": "~3.8.0",
  26. "react-native-tab-view": "^3.1.1",
  27. "react-native-web": "0.17.1"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.12.9",
  31. "typescript": "~4.3.5",
  32. "@types/react": "~17.0.21",
  33. "@types/react-native": "~0.64.12"
  34. },
  35. "private": true
  36. }