49 lines
1.4 KiB
JSON
49 lines
1.4 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",
|
|
"lint": "eslint ."
|
|
},
|
|
"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",
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-navigation/bottom-tabs": "^6.6.1",
|
|
"@react-navigation/native": "^6.1.18",
|
|
"@react-navigation/native-stack": "^6.11.0",
|
|
"axios": "^1.7.7",
|
|
"expo": "~51.0.28",
|
|
"expo-file-system": "~17.0.1",
|
|
"expo-font": "~12.0.10",
|
|
"expo-image-picker": "~15.0.7",
|
|
"expo-status-bar": "~1.12.1",
|
|
"lucide-react-native": "^0.453.0",
|
|
"react": "18.2.0",
|
|
"react-hook-form": "^7.53.1",
|
|
"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",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.2.45",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-expo": "~7.1.2",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"prettier": "^3.3.3",
|
|
"react-native-svg-transformer": "^1.5.0",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"private": true
|
|
}
|