package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "template",
  3. "version": "1.0.0",
  4. "main": "expo-router/entry",
  5. "scripts": {
  6. "start": "expo start --dev-client",
  7. "android": "expo run:android",
  8. "ios": "expo run:ios",
  9. "web": "expo start --web"
  10. },
  11. "dependencies": {
  12. "@gorhom/bottom-sheet": "^4.6.3",
  13. "@react-native-async-storage/async-storage": "^1.23.1",
  14. "@shopify/flash-list": "1.6.4",
  15. "@tanstack/react-query": "^5.51.23",
  16. "@types/lodash": "^4.17.7",
  17. "@types/react-native-datepicker": "^1.7.6",
  18. "axios": "^1.6.7",
  19. "crypto-js": "^4.2.0",
  20. "date-fns": "^3.6.0",
  21. "date-fns-tz": "^3.1.3",
  22. "dotenv": "^16.4.5",
  23. "expo": "~51.0.7",
  24. "expo-camera": "~15.0.13",
  25. "expo-checkbox": "~3.0.0",
  26. "expo-constants": "~16.0.2",
  27. "expo-dev-client": "~4.0.29",
  28. "expo-device": "~6.0.2",
  29. "expo-env": "^1.1.1",
  30. "expo-file-system": "~17.0.1",
  31. "expo-image-picker": "~15.0.7",
  32. "expo-linking": "~6.3.1",
  33. "expo-location": "~17.0.1",
  34. "expo-notifications": "~0.28.19",
  35. "expo-router": "~3.5.14",
  36. "expo-secure-store": "~13.0.1",
  37. "expo-status-bar": "~1.12.1",
  38. "expo-updates": "~0.25.27",
  39. "lodash": "^4.17.21",
  40. "nativewind": "^2.0.11",
  41. "react": "18.2.0",
  42. "react-native": "0.74.5",
  43. "react-native-element-dropdown": "^2.12.1",
  44. "react-native-gesture-handler": "~2.16.1",
  45. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  46. "react-native-maps": "1.14.0",
  47. "react-native-modal": "^13.0.1",
  48. "react-native-modern-datepicker": "^1.0.0-beta.91",
  49. "react-native-pager-view": "6.3.0",
  50. "react-native-reanimated": "~3.10.1",
  51. "react-native-responsive-screen": "^1.4.2",
  52. "react-native-safe-area-context": "^4.10.1",
  53. "react-native-screens": "3.31.1",
  54. "react-native-svg": "^15.3.0",
  55. "react-native-tab-view": "^3.5.2",
  56. "react-native-webview": "^13.11.1",
  57. "react-query": "^3.39.3",
  58. "zustand": "^4.5.2"
  59. },
  60. "devDependencies": {
  61. "@babel/core": "^7.20.0",
  62. "@types/crypto-js": "^4.2.2",
  63. "@types/react": "~18.2.79",
  64. "@types/react-native-modern-datepicker": "^1.0.5",
  65. "react-native-dotenv": "^3.4.11",
  66. "tailwindcss": "^3.3.2",
  67. "typescript": "~5.3.3"
  68. },
  69. "private": true
  70. }