package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "postinstall": "patch-package",
  11. "remove": "rm -rf node_modules package-lock.json"
  12. },
  13. "dependencies": {
  14. "@expo/metro-runtime": "~6.1.2",
  15. "@gorhom/bottom-sheet": "^5.1.8",
  16. "@react-native-async-storage/async-storage": "2.2.0",
  17. "@shopify/flash-list": "2.0.2",
  18. "@tanstack/react-query": "^5.85.0",
  19. "@types/lodash": "^4.17.20",
  20. "@types/react-native-datepicker": "^1.7.6",
  21. "axios": "^1.11.0",
  22. "crypto-js": "^4.2.0",
  23. "date-fns": "4.1.0",
  24. "date-fns-tz": "^3.2.0",
  25. "dotenv": "^17.2.1",
  26. "expo": "^54.0.9",
  27. "expo-camera": "~17.0.8",
  28. "expo-checkbox": "~5.0.7",
  29. "expo-clipboard": "~8.0.7",
  30. "expo-constants": "~18.0.9",
  31. "expo-dev-client": "~6.0.12",
  32. "expo-device": "~8.0.8",
  33. "expo-env": "^1.1.1",
  34. "expo-file-system": "~19.0.14",
  35. "expo-image-picker": "~17.0.8",
  36. "expo-linking": "~8.0.8",
  37. "expo-location": "~19.0.7",
  38. "expo-notifications": "~0.32.11",
  39. "expo-router": "~6.0.7",
  40. "expo-secure-store": "~15.0.7",
  41. "expo-status-bar": "~3.0.8",
  42. "expo-updates": "~29.0.11",
  43. "lodash": "^4.17.21",
  44. "nativewind": "^4.2.1",
  45. "prettier-plugin-tailwindcss": "^0.6.14",
  46. "react": "19.1.0",
  47. "react-dom": "19.1.0",
  48. "react-native": "0.81.4",
  49. "react-native-element-dropdown": "^2.12.4",
  50. "react-native-gesture-handler": "~2.28.0",
  51. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  52. "react-native-maps": "1.20.1",
  53. "react-native-modal": "14.0.0-rc.1",
  54. "react-native-modern-datepicker": "^1.0.0-beta.91",
  55. "react-native-pager-view": "^6.9.1",
  56. "react-native-reanimated": "~4.1.0",
  57. "react-native-responsive-screen": "^1.4.2",
  58. "react-native-safe-area-context": "5.6.0",
  59. "react-native-screens": "~4.16.0",
  60. "react-native-svg": "15.12.1",
  61. "react-native-tab-view": "4.1.3",
  62. "react-native-webview": "13.15.0",
  63. "react-native-worklets": "0.5.1",
  64. "zustand": "^4.5.2"
  65. },
  66. "devDependencies": {
  67. "@babel/core": "^7.28.0",
  68. "@types/crypto-js": "^4.2.2",
  69. "@types/react": "19.1.0",
  70. "@types/react-native-modern-datepicker": "^1.0.5",
  71. "lightningcss": "^1.30.1",
  72. "patch-package": "^8.0.0",
  73. "postinstall-postinstall": "^2.1.0",
  74. "babel-preset-expo": "^54.0.1",
  75. "tailwindcss": "^3.4.17",
  76. "typescript": "~5.9.2"
  77. },
  78. "private": true
  79. }