Nessuna descrizione

package.json 993B

12345678910111213141516171819202122232425262728293031323334
  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-picker/picker": "^2.1.0",
  12. "@react-navigation/drawer": "^6.1.8",
  13. "@react-navigation/native": "^6.0.4",
  14. "@react-navigation/stack": "^6.0.9",
  15. "expo": "~42.0.1",
  16. "expo-status-bar": "~1.0.4",
  17. "firebase": "8.2.3",
  18. "react": "16.13.1",
  19. "react-dom": "16.13.1",
  20. "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
  21. "react-native-calendars": "^1.1267.0",
  22. "react-native-gifted-chat": "^0.16.3",
  23. "react-native-multi-selectbox": "^1.5.0",
  24. "react-native-paper": "^4.9.2",
  25. "react-native-web": "~0.13.12",
  26. "react-redux": "^7.2.5",
  27. "redux": "^4.1.1",
  28. "redux-thunk": "^2.3.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.9.0"
  32. },
  33. "private": true
  34. }