chart
... | ... | @@ -9,22 +9,25 @@ |
"web": "expo start --web" | ||
}, | ||
"dependencies": { | ||
"@expo/webpack-config": "^19.0.0", | ||
"expo": "^49.0.16", | ||
"expo-clipboard": "~4.3.1", | ||
"expo-constants": "~14.4.2", | ||
"expo-linking": "~5.0.2", | ||
"expo-router": "^2.0.0", | ||
"expo-sqlite": "~11.3.3", | ||
"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-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", | ||
"expo-sqlite": "~11.3.3" | ||
"react-native-svg": "^13.14.0", | ||
"react-native-web": "~0.19.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
... | ... |
Please register or sign in to comment