package.json 2.7 KB

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