43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "sentinel-app",
|
|
"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/metro-runtime": "~4.0.1",
|
|
"@expo/vector-icons": "~14.0.4",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-navigation/bottom-tabs": "^6.6.1",
|
|
"@react-navigation/native": "^6.1.18",
|
|
"@react-navigation/native-stack": "^6.11.0",
|
|
"expo": "~52.0.0",
|
|
"expo-asset": "~11.0.5",
|
|
"expo-constants": "~17.0.8",
|
|
"expo-font": "~13.0.4",
|
|
"expo-haptics": "~14.0.0",
|
|
"expo-image-picker": "^17.0.10",
|
|
"expo-linear-gradient": "~14.0.2",
|
|
"expo-status-bar": "~2.0.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "^0.76.9",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-view-shot": "^3.8.0",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "~4.4.0",
|
|
"react-native-web": "~0.19.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/react": "~18.3.12",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"private": true
|
|
}
|