package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "@ant-design/react-native": "^3.3.0",
  17. "@babel/polyfill": "^7.8.7",
  18. "@eva-design/eva": "^2.0.0",
  19. "@expo/vector-icons": "^10.0.0",
  20. "@react-native-community/masked-view": "0.1.10",
  21. "@react-navigation/bottom-tabs": "^5.0.0",
  22. "@react-navigation/core": "^3.7.6",
  23. "@react-navigation/material-top-tabs": "^5.2.8",
  24. "@react-navigation/native": "^5.4.3",
  25. "@react-navigation/stack": "^5.0.0",
  26. "@react-navigation/web": "~1.0.0-alpha.9",
  27. "@ui-kitten/components": "^5.0.0",
  28. "@ui-kitten/eva-icons": "^5.0.0",
  29. "@umijs/hooks": "^1.9.3",
  30. "ahooks": "^2.4.0",
  31. "axios": "^0.19.2",
  32. "beeshell": "^2.0.11",
  33. "chokidar": "^3.4.0",
  34. "color": "^3.1.2",
  35. "expo": "^38.0.0",
  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.1",
  42. "expo-localization": "~8.2.1",
  43. "expo-location": "~8.2.1",
  44. "expo-network": "~2.2.1",
  45. "expo-splash-screen": "^0.3.1",
  46. "expo-web-browser": "~8.3.1",
  47. "flooks": "^1.2.0",
  48. "i18n-js": "^3.5.1",
  49. "moment": "^2.25.3",
  50. "qs": "^6.9.4",
  51. "react": "16.11.0",
  52. "react-dom": "16.11.0",
  53. "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
  54. "react-native-action-button": "^2.8.5",
  55. "react-native-animatable": "^1.3.3",
  56. "react-native-gesture-handler": "~1.6.0",
  57. "react-native-gifted-chat": "^0.16.3",
  58. "react-native-magnus": "^1.0.41",
  59. "react-native-maps": "0.27.1",
  60. "react-native-modal": "^11.5.6",
  61. "react-native-number-please": "^1.0.5",
  62. "react-native-reanimated": "~1.9.0",
  63. "react-native-safe-area-context": "~3.0.7",
  64. "react-native-screens": "~2.9.0",
  65. "react-native-tab-view": "^2.14.0",
  66. "react-native-textarea": "^1.0.4",
  67. "react-native-vector-icons": "^7.0.0",
  68. "react-native-web": "~0.11.7",
  69. "react-native-webview": "9.4.0",
  70. "react-native-svg": "12.1.0"
  71. },
  72. "devDependencies": {
  73. "@babel/cli": "^7.10.0",
  74. "@babel/core": "^7.10.0",
  75. "@babel/preset-env": "^7.9.6",
  76. "@expo/webpack-config": "^0.12.16",
  77. "@typescript-eslint/eslint-plugin": "^3.0.2",
  78. "@typescript-eslint/parser": "^3.0.2",
  79. "babel-eslint": "^10.1.0",
  80. "babel-loader": "^8.1.0",
  81. "babel-plugin-import": "^1.13.0",
  82. "babel-preset-expo": "^8.2.3",
  83. "eslint": "^6.8.0",
  84. "eslint-config-airbnb": "^18.1.0",
  85. "eslint-config-prettier": "^6.11.0",
  86. "eslint-plugin-flowtype": "^5.1.3",
  87. "eslint-plugin-import": "^2.20.2",
  88. "eslint-plugin-jsx-a11y": "^6.2.3",
  89. "eslint-plugin-prettier": "^3.1.3",
  90. "eslint-plugin-react": "^7.20.0",
  91. "eslint-plugin-react-hooks": "^2.5.1",
  92. "eslint-plugin-react-native": "^3.8.1",
  93. "jest-expo": "^38.0.0",
  94. "metro-react-native-babel-preset": "^0.59.0",
  95. "prettier": "^2.0.5",
  96. "react-native-svg": "^12.1.0"
  97. },
  98. "private": true
  99. }