package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "storybook": "start-storybook -p 7007"
  11. },
  12. "jest": {
  13. "preset": "jest-expo"
  14. },
  15. "dependencies": {
  16. "@eva-design/eva": "^2.0.0-alpha.1",
  17. "@expo/vector-icons": "^10.0.0",
  18. "@react-native-community/masked-view": "0.1.6",
  19. "@react-navigation/bottom-tabs": "^5.0.0",
  20. "@react-navigation/material-top-tabs": "^5.2.5",
  21. "@react-navigation/native": "^5.4.0",
  22. "@react-navigation/stack": "^5.0.0",
  23. "@react-navigation/web": "~1.0.0-alpha.9",
  24. "@ui-kitten/components": "^5.0.0-alpha.1",
  25. "@ui-kitten/eva-icons": "^5.0.0-alpha.1",
  26. "axios": "^0.19.2",
  27. "beeshell": "^2.0.11",
  28. "expo": "^37.0.0",
  29. "expo-asset": "~8.1.4",
  30. "expo-constants": "~9.0.0",
  31. "expo-file-system": "~8.1.0",
  32. "expo-font": "~8.1.0",
  33. "expo-image-picker": "~8.1.0",
  34. "expo-linking": "^1.0.1",
  35. "expo-localization": "~8.1.0",
  36. "expo-splash-screen": "~0.1.1",
  37. "expo-web-browser": "~8.2.0",
  38. "flooks": "^1.2.0",
  39. "i18n-js": "^3.5.1",
  40. "moment": "^2.25.3",
  41. "react": "16.9.0",
  42. "react-dom": "16.9.0",
  43. "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
  44. "react-native-action-button": "^2.8.5",
  45. "react-native-gesture-handler": "~1.6.0",
  46. "react-native-maps": "0.26.1",
  47. "react-native-modal": "^11.5.6",
  48. "react-native-number-please": "^1.0.5",
  49. "react-native-reanimated": "~1.7.0",
  50. "react-native-safe-area-context": "0.7.3",
  51. "react-native-screens": "~2.2.0",
  52. "react-native-svg": "11.0.1",
  53. "react-native-tab-view": "^2.14.0",
  54. "react-native-textarea": "^1.0.4",
  55. "react-native-web": "^0.11.7"
  56. },
  57. "devDependencies": {
  58. "@babel/core": "^7.8.6",
  59. "@expo/webpack-config": "^0.11.25",
  60. "babel-loader": "^8.1.0",
  61. "babel-preset-expo": "^8.1.0",
  62. "jest-expo": "^37.0.0"
  63. },
  64. "private": true
  65. }