Files
geosportlog/package.json
T
2026-07-15 17:46:28 +07:00

60 lines
1.7 KiB
JSON

{
"name": "geosportlog-temp",
"main": "expo-router/entry",
"version": "1.0.0",
"dependencies": {
"@expo/ui": "~57.0.6",
"@expo/vector-icons": "^15.0.2",
"@react-navigation/native": "^7.3.8",
"expo": "~57.0.6",
"expo-av": "^16.0.8",
"expo-camera": "~57.0.2",
"expo-constants": "~57.0.5",
"expo-device": "~57.0.1",
"expo-file-system": "~57.0.1",
"expo-font": "~57.0.1",
"expo-glass-effect": "~57.0.1",
"expo-image": "~57.0.1",
"expo-linking": "~57.0.3",
"expo-location": "~57.0.4",
"expo-router": "~57.0.6",
"expo-splash-screen": "~57.0.4",
"expo-sqlite": "~57.0.1",
"expo-status-bar": "~57.0.1",
"expo-symbols": "~57.0.1",
"expo-system-ui": "~57.0.1",
"expo-task-manager": "~57.0.4",
"expo-web-browser": "~57.0.1",
"nativewind": "^4.2.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-calendars": "^1.1314.0",
"react-native-chart-kit": "^7.0.2",
"react-native-gesture-handler": "~2.32.0",
"react-native-maps": "1.27.2",
"react-native-reanimated": "4.5.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-svg": "15.15.4",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.10.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/react": "~19.2.2",
"postcss": "^8.5.19",
"tailwindcss": "^3.4.19",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "expo lint"
},
"private": true
}