work on profile page
This diff is collapsed.
... | ... | @@ -9,21 +9,23 @@ |
"web": "expo start --web" | ||
}, | ||
"dependencies": { | ||
"@expo/webpack-config": "^18.1.3", | ||
"expo": "^49.0.16", | ||
"expo-constants": "~14.4.2", | ||
"expo-linking": "~5.0.2", | ||
"expo-router": "^2.0.10", | ||
"expo-status-bar": "~1.6.0", | ||
"expo-system-ui": "~2.4.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-native": "0.72.5", | ||
"react-native-chart": "^0.1.14", | ||
"react-native-chart-kit": "^6.12.0", | ||
"react-native-gesture-handler": "~2.12.0", | ||
"react-native-reanimated": "~3.3.0", | ||
"react-native-safe-area-context": "4.6.3", | ||
"react-native-web": "~0.19.6", | ||
"expo-router": "^2.0.0", | ||
"react-native-screens": "~3.22.0", | ||
"expo-linking": "~5.0.2", | ||
"expo-constants": "~14.4.2", | ||
"react-native-gesture-handler": "~2.12.0", | ||
"@expo/webpack-config": "^19.0.0" | ||
"react-native-web": "~0.19.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
... | ... |
Please register or sign in to comment