package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. "@ant-design/icons-react-native": "^2.2.1",
  16. "@ant-design/react-native": "^3.3.0",
  17. "@babel/polyfill": "^7.10.1",
  18. "@expo/vector-icons": "^10.0.0",
  19. "@react-native-community/blur": "^3.6.0",
  20. "@react-native-community/datetimepicker": "^2.4.0",
  21. "@react-native-community/masked-view": "0.1.10",
  22. "@react-native-community/netinfo": "^5.9.2",
  23. "@react-native-community/slider": "3.0.0",
  24. "@react-navigation/bottom-tabs": "^5.3.1",
  25. "@react-navigation/material-top-tabs": "^5.2.9",
  26. "@react-navigation/native": "^5.2.1",
  27. "@react-navigation/stack": "^5.2.16",
  28. "@umijs/hooks": "^1.9.3",
  29. "@umijs/use-request": "^1.4.3",
  30. "acorn": "^7.2.0",
  31. "axios": "^0.19.2",
  32. "color": "^3.1.2",
  33. "core-js": "^3.6.5",
  34. "expo": "^38.0.8",
  35. "expo-application": "~2.2.1",
  36. "expo-asset": "~8.1.7",
  37. "expo-constants": "~9.1.1",
  38. "expo-file-system": "~9.0.1",
  39. "expo-font": "~8.2.1",
  40. "expo-image-picker": "~8.3.0",
  41. "expo-linking": "^1.0.3",
  42. "expo-localization": "~8.2.1",
  43. "expo-location": "~8.2.1",
  44. "expo-permissions": "~9.0.1",
  45. "expo-splash-screen": "^0.3.1",
  46. "expo-status-bar": "^1.0.0",
  47. "expo-task-manager": "~8.3.0",
  48. "expo-web-browser": "~8.3.1",
  49. "flooks": "^3.0.0",
  50. "i18n-js": "^3.7.0",
  51. "i18next": "^19.6.2",
  52. "mockjs": "^1.1.0",
  53. "moment": "^2.26.0",
  54. "native-base": "^2.13.12",
  55. "qs": "^6.9.4",
  56. "react": "16.11.0",
  57. "react-dom": "16.11.0",
  58. "react-i18next": "^11.7.0",
  59. "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
  60. "react-native-animatable": "^1.3.3",
  61. "react-native-animation-hooks": "^1.0.1",
  62. "react-native-gesture-handler": "^1.6.1",
  63. "react-native-magnus": "^1.0.39",
  64. "react-native-modal": "^11.5.6",
  65. "react-native-paper": "^3.10.1",
  66. "react-native-reanimated": "^1.9.0",
  67. "react-native-safe-area-context": "~3.0.7",
  68. "react-native-screens": "~2.9.0",
  69. "react-native-sticky-parallax-header": "^0.2.1",
  70. "react-native-svg": "12.1.0",
  71. "react-native-tab-view": "^2.14.2",
  72. "react-native-ui-lib": "^5.10.2",
  73. "react-native-vector-icons": "^6.6.0",
  74. "react-native-web": "~0.11.7",
  75. "react-native-webview": "9.4.0",
  76. "teaset": "^0.7.4",
  77. "umi-request": "^1.3.5"
  78. },
  79. "devDependencies": {
  80. "@babel/cli": "^7.10.1",
  81. "@babel/core": "^7.10.2",
  82. "@babel/preset-env": "^7.10.2",
  83. "@typescript-eslint/eslint-plugin": "^3.0.2",
  84. "@typescript-eslint/parser": "^3.0.2",
  85. "babel-eslint": "^10.1.0",
  86. "babel-loader": "^8.1.0",
  87. "babel-plugin-import": "^1.13.0",
  88. "babel-preset-expo": "^8.2.3",
  89. "eslint": "^6.8.0",
  90. "eslint-config-airbnb": "^18.1.0",
  91. "eslint-config-prettier": "^6.11.0",
  92. "eslint-plugin-flowtype": "^5.1.3",
  93. "eslint-plugin-import": "^2.20.2",
  94. "eslint-plugin-jsx-a11y": "^6.2.3",
  95. "eslint-plugin-prettier": "^3.1.3",
  96. "eslint-plugin-react": "^7.20.0",
  97. "eslint-plugin-react-hooks": "^2.5.1",
  98. "eslint-plugin-react-native": "^3.8.1",
  99. "jest-expo": "^38.0.0",
  100. "metro-react-native-babel-preset": "^0.59.0",
  101. "prettier": "2.0.5"
  102. },
  103. "private": true
  104. }