選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "scripts": {
  3. "start": "expo start --dev-client",
  4. "android": "expo run:android",
  5. "ios": "expo run:ios",
  6. "web": "expo start --web",
  7. "eject": "expo eject"
  8. },
  9. "dependencies": {
  10. "@react-native-async-storage/async-storage": "1.17.11",
  11. "@react-native-community/datetimepicker": "6.7.3",
  12. "@react-native-masked-view/masked-view": "0.2.8",
  13. "@react-navigation/bottom-tabs": "^6.4.3",
  14. "@react-navigation/drawer": "^6.5.5",
  15. "@react-navigation/native": "^6.0.16",
  16. "@react-navigation/native-stack": "^6.9.4",
  17. "@reduxjs/toolkit": "^1.9.5",
  18. "axios": "^1.2.1",
  19. "expo": "^48.0.19",
  20. "expo-auth-session": "~4.0.3",
  21. "expo-random": "~13.1.1",
  22. "expo-splash-screen": "~0.18.2",
  23. "expo-status-bar": "~1.4.2",
  24. "expo-web-browser": "~12.1.1",
  25. "formik": "^2.2.9",
  26. "i18next": "^22.4.13",
  27. "jwt-decode": "^3.1.2",
  28. "lodash.filter": "^4.6.0",
  29. "lodash.isempty": "^4.4.0",
  30. "react": "18.2.0",
  31. "react-dom": "18.2.0",
  32. "react-i18next": "^12.2.0",
  33. "react-native": "0.71.8",
  34. "react-native-gesture-handler": "~2.9.0",
  35. "react-native-indicators": "^0.17.0",
  36. "react-native-loading-spinner-overlay": "^3.0.1",
  37. "react-native-reanimated": "~2.14.4",
  38. "react-native-responsive-screen": "^1.4.2",
  39. "react-native-safe-area-context": "4.5.0",
  40. "react-native-screens": "~3.20.0",
  41. "react-native-svg": "13.4.0",
  42. "react-native-svg-transformer": "^1.0.0",
  43. "react-native-vector-icons": "^9.2.0",
  44. "react-native-web": "~0.18.7",
  45. "react-redux": "^8.1.1",
  46. "redux": "^4.2.0",
  47. "redux-persist": "^6.0.0",
  48. "redux-saga": "^1.2.2",
  49. "reselect": "^4.1.8",
  50. "yup": "^0.32.11"
  51. },
  52. "devDependencies": {
  53. "@babel/core": "^7.19.3"
  54. },
  55. "private": true,
  56. "name": "diligent-react-native",
  57. "version": "1.0.0"
  58. }