Files
MyClub/app/package.json
T
Tomas Dvorak dfc079288f hot fix #1
2026-01-26 08:13:18 +01:00

48 lines
1.4 KiB
JSON

{
"name": "myclub-mobile",
"version": "0.1.0",
"private": true,
"main": "./src/App.tsx",
"scripts": {
"dev": "expo start --clear",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"axios": "^1.6.8",
"expo": "~51.0.8",
"expo-build-properties": "~0.12.5",
"expo-camera": "~15.0.13",
"expo-font": "~12.0.10",
"expo-linking": "~6.3.1",
"expo-notifications": "~0.28.12",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-animated-pagination-dot": "^0.4.0",
"react-native-device-info": "^15.0.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-haptic-feedback": "^2.3.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-qrcode-svg": "^6.3.3",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "^3.31.1",
"react-native-svg": "15.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/react": "~18.2.79",
"@types/react-native": "0.73.0",
"typescript": "~5.3.3"
}
}