up
This commit is contained in:
24
package.json
24
package.json
@@ -10,14 +10,34 @@
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "~53.0.9",
|
||||
"@expo/metro-runtime": "~5.0.4",
|
||||
"@expo/vector-icons": "^14.1.0",
|
||||
"@react-native-picker/picker": "^2.11.0",
|
||||
"@react-navigation/drawer": "^7.3.12",
|
||||
"@react-navigation/native": "^7.1.9",
|
||||
"@react-navigation/native-stack": "^7.3.13",
|
||||
"@react-navigation/stack": "^7.3.2",
|
||||
"dotenv": "^16.5.0",
|
||||
"expo-cli": "^4.9.1",
|
||||
"expo-status-bar": "~2.2.3",
|
||||
"hermes-engine": "^0.11.0",
|
||||
"metro-runtime": "^0.82.3",
|
||||
"react": "19.0.0",
|
||||
"react-native": "0.79.2"
|
||||
"react-dom": "^19.0.0",
|
||||
"react-native": "^0.79.2",
|
||||
"react-native-gesture-handler": "~2.24.0",
|
||||
"react-native-reanimated": "~3.17.4",
|
||||
"react-native-safe-area-context": "^5.4.0",
|
||||
"react-native-screens": "~4.10.0",
|
||||
"react-native-swiper": "^1.6.0",
|
||||
"react-native-web": "^0.20.0",
|
||||
"react-navigation": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.25.2",
|
||||
"@types/react": "~19.0.10",
|
||||
"@types/react-native": "^0.73.0",
|
||||
"expo": "^53.0.9",
|
||||
"typescript": "~5.8.3"
|
||||
},
|
||||
"private": true
|
||||
|
||||
Reference in New Issue
Block a user