Brak opisu

package.json 904B

1234567891011121314151617181920212223242526272829303132
  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-gifted-chat": "^0.16.3",
  22. "react-native-paper": "^4.9.2",
  23. "react-native-web": "~0.13.12",
  24. "react-redux": "^7.2.5",
  25. "redux": "^4.1.1",
  26. "redux-thunk": "^2.3.0"
  27. },
  28. "devDependencies": {
  29. "@babel/core": "^7.9.0"
  30. },
  31. "private": true
  32. }