package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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.0",
  16. "@react-native-community/masked-view": "0.1.10",
  17. "@react-navigation/bottom-tabs": "^5.6.1",
  18. "@react-navigation/material-top-tabs": "^5.2.13",
  19. "@react-navigation/native": "^5.6.1",
  20. "@react-navigation/stack": "^5.6.2",
  21. "@wwdrew/react-native-numeric-textinput": "^1.1.0",
  22. "ahooks": "^2.2.0",
  23. "color": "^3.1.2",
  24. "core-js": "^3.6.5",
  25. "cos-js-sdk-v5": "^0.5.27",
  26. "expo": "~38.0.8",
  27. "expo-application": "~2.2.1",
  28. "expo-asset": "~8.1.7",
  29. "expo-av": "~8.2.1",
  30. "expo-constants": "~9.1.1",
  31. "expo-file-system": "~9.0.1",
  32. "expo-font": "~8.2.1",
  33. "expo-image-picker": "~8.3.0",
  34. "expo-linking": "^1.0.1",
  35. "expo-localization": "~8.2.1",
  36. "expo-location": "~8.2.1",
  37. "expo-notifications": "~0.3.3",
  38. "expo-permissions": "~9.0.1",
  39. "expo-splash-screen": "~0.3.1",
  40. "expo-status-bar": "^1.0.2",
  41. "expo-web-browser": "~8.3.1",
  42. "flooks": "^3.0.0",
  43. "i18n-js": "^3.7.1",
  44. "i18next": "^19.6.2",
  45. "moment": "^2.27.0",
  46. "qs": "^6.9.4",
  47. "react": "~16.11.0",
  48. "react-dom": "~16.11.0",
  49. "react-i18next": "^11.7.0",
  50. "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
  51. "react-native-animatable": "^1.3.3",
  52. "react-native-gesture-handler": "~1.6.0",
  53. "react-native-gifted-chat": "^0.16.3",
  54. "react-native-magnus": "^1.0.40",
  55. "react-native-masked-text": "^1.13.0",
  56. "react-native-material-menu": "^1.1.3",
  57. "react-native-modal": "^11.5.6",
  58. "react-native-reanimated": "~1.9.0",
  59. "react-native-safe-area-context": "~3.0.7",
  60. "react-native-screens": "~2.9.0",
  61. "react-native-tab-view": "^2.15.0",
  62. "react-native-vector-icons": "^7.0.0",
  63. "react-native-web": "~0.11.7",
  64. "react-native-webview": "9.4.0",
  65. "teaset": "^0.7.4",
  66. "tim-js-sdk": "^2.7.6",
  67. "umi-request": "^1.3.5"
  68. },
  69. "devDependencies": {
  70. "@babel/core": "^7.8.6",
  71. "@types/react": "~16.9.23",
  72. "@types/react-native": "~0.62.13",
  73. "@typescript-eslint/eslint-plugin": "^3.6.1",
  74. "@typescript-eslint/parser": "^3.6.1",
  75. "babel-plugin-import": "^1.13.0",
  76. "babel-preset-expo": "~8.1.0",
  77. "eslint": "^7.4.0",
  78. "eslint-config-alloy": "^3.7.3",
  79. "eslint-config-prettier": "^6.11.0",
  80. "eslint-plugin-prettier": "^3.1.4",
  81. "eslint-plugin-react": "^7.20.3",
  82. "jest-expo": "~38.0.0",
  83. "prettier": "2.0.5",
  84. "typescript": "^3.9.6"
  85. },
  86. "private": true
  87. }