package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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.2.2",
  21. "@react-native-community/masked-view": "0.1.6",
  22. "@react-native-community/netinfo": "5.5.1",
  23. "@react-navigation/bottom-tabs": "^5.3.1",
  24. "@react-navigation/material-top-tabs": "^5.2.9",
  25. "@react-navigation/native": "^5.2.1",
  26. "@react-navigation/stack": "^5.2.16",
  27. "@umijs/hooks": "^1.9.3",
  28. "@umijs/use-request": "^1.4.3",
  29. "acorn": "^7.2.0",
  30. "axios": "^0.19.2",
  31. "color": "^3.1.2",
  32. "expo": "^37.0.0",
  33. "expo-asset": "~8.1.5",
  34. "expo-constants": "~9.0.0",
  35. "expo-file-system": "~8.1.0",
  36. "expo-font": "~8.1.0",
  37. "expo-image-picker": "~8.1.0",
  38. "expo-linking": "~1.0.1",
  39. "expo-localization": "~8.1.0",
  40. "expo-splash-screen": "^0.2.3",
  41. "expo-status-bar": "^1.0.0",
  42. "expo-web-browser": "~8.2.1",
  43. "flooks": "^3.0.0",
  44. "i18n-js": "^3.7.0",
  45. "mockjs": "^1.1.0",
  46. "moment": "^2.26.0",
  47. "qs": "^6.9.4",
  48. "react": "16.9.0",
  49. "react-dom": "16.9.0",
  50. "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
  51. "react-native-animatable": "^1.3.3",
  52. "react-native-animation-hooks": "^1.0.1",
  53. "react-native-gesture-handler": "^1.6.1",
  54. "react-native-magnus": "^1.0.39",
  55. "react-native-modal": "^11.5.6",
  56. "react-native-paper": "^3.10.1",
  57. "react-native-reanimated": "^1.7.1",
  58. "react-native-safe-area-context": "0.7.3",
  59. "react-native-screens": "~2.2.0",
  60. "react-native-sticky-parallax-header": "^0.2.1",
  61. "react-native-svg": "11.0.1",
  62. "react-native-tab-view": "^2.14.2",
  63. "react-native-ui-lib": "^5.8.1",
  64. "react-native-vector-icons": "^6.6.0",
  65. "react-native-web": "^0.11.7",
  66. "umi-request": "^1.3.3"
  67. },
  68. "devDependencies": {
  69. "@babel/cli": "^7.10.1",
  70. "@babel/core": "^7.10.2",
  71. "@babel/preset-env": "^7.10.2",
  72. "@typescript-eslint/eslint-plugin": "^3.0.2",
  73. "@typescript-eslint/parser": "^3.0.2",
  74. "babel-eslint": "^10.1.0",
  75. "babel-loader": "^8.1.0",
  76. "babel-plugin-import": "^1.13.0",
  77. "babel-preset-expo": "^8.1.0",
  78. "eslint": "^6.8.0",
  79. "eslint-config-airbnb": "^18.1.0",
  80. "eslint-config-prettier": "^6.11.0",
  81. "eslint-plugin-flowtype": "^5.1.3",
  82. "eslint-plugin-import": "^2.20.2",
  83. "eslint-plugin-jsx-a11y": "^6.2.3",
  84. "eslint-plugin-prettier": "^3.1.3",
  85. "eslint-plugin-react": "^7.20.0",
  86. "eslint-plugin-react-hooks": "^2.5.1",
  87. "eslint-plugin-react-native": "^3.8.1",
  88. "jest-expo": "^37.0.0",
  89. "metro-react-native-babel-preset": "^0.59.0",
  90. "prettier": "2.0.5"
  91. },
  92. "private": true
  93. }