package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "test": "jest --watchAll"
  10. },
  11. "jest": {
  12. "preset": "jest-expo"
  13. },
  14. "dependencies": {
  15. "@expo/vector-icons": "~10.0.6",
  16. "@react-native-community/masked-view": "0.1.6",
  17. "@react-navigation/bottom-tabs": "^5.3.1",
  18. "@react-navigation/native": "^5.2.1",
  19. "@react-navigation/stack": "^5.2.16",
  20. "expo": "~37.0.9",
  21. "expo-asset": "~8.1.0",
  22. "expo-constants": "~9.0.0",
  23. "expo-font": "~8.1.0",
  24. "expo-linking": "^1.0.1",
  25. "expo-splash-screen": "^0.2.3",
  26. "expo-web-browser": "~8.2.0",
  27. "react": "~16.9.0",
  28. "react-dom": "~16.9.0",
  29. "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
  30. "react-native-gesture-handler": "~1.6.0",
  31. "react-native-safe-area-context": "0.7.3",
  32. "react-native-screens": "~2.2.0",
  33. "react-native-web": "~0.11.7"
  34. },
  35. "devDependencies": {
  36. "@babel/core": "^7.8.6",
  37. "babel-preset-expo": "~8.1.0",
  38. "jest-expo": "~37.0.0"
  39. },
  40. "private": true
  41. }