| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "template",
- "version": "1.0.0",
- "main": "expo-router/entry",
- "scripts": {
- "start": "expo start",
- "android": "expo start --android",
- "ios": "expo start --ios",
- "web": "expo start --web"
- },
- "dependencies": {
- "@types/react-native-datepicker": "^1.7.6",
- "axios": "^1.6.7",
- "dotenv": "^16.4.5",
- "expo": "~51.0.7",
- "expo-constants": "~16.0.1",
- "expo-env": "^1.1.1",
- "expo-linking": "~6.3.1",
- "expo-location": "~17.0.1",
- "expo-router": "~3.5.14",
- "expo-status-bar": "~1.12.1",
- "react": "18.2.0",
- "react-native": "0.74.1",
- "react-native-keyboard-aware-scroll-view": "^0.9.5",
- "react-native-maps": "1.14.0",
- "react-native-modern-datepicker": "^1.0.0-beta.91",
- "react-native-safe-area-context": "4.10.1",
- "react-native-screens": "3.31.1",
- "zustand": "^4.5.2"
- },
- "devDependencies": {
- "@babel/core": "^7.20.0",
- "@types/react": "~18.2.79",
- "@types/react-native-modern-datepicker": "^1.0.5",
- "typescript": "~5.3.3"
- },
- "private": true
- }
|