mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
56 lines
1.6 KiB
JSON
56 lines
1.6 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.13.6",
|
|
"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.2",
|
|
"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.29.0",
|
|
"@types/react": "~18.2.79",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"overrides": {
|
|
"fast-xml-parser": "4.5.4",
|
|
"glob@10": {
|
|
"minimatch": "9.0.7"
|
|
},
|
|
"glob@7": {
|
|
"minimatch": "3.1.3"
|
|
}
|
|
}
|
|
}
|