ignitegym/package.json

36 lines
1 KiB
JSON

{
"name": "ignitegym",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.3",
"@gluestack-style/react": "1.0.57",
"@gluestack-ui/config": "1.1.19",
"@gluestack-ui/themed": "1.1.34",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"expo": "~51.0.28",
"expo-font": "~12.0.10",
"expo-status-bar": "~1.12.1",
"lucide-react-native": "^0.453.0",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"react-native-svg-transformer": "^1.5.0",
"typescript": "^5.1.3"
},
"private": true
}