-
Notifications
You must be signed in to change notification settings - Fork 253
/
package.json
31 lines (31 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "instafood",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/cli-server-api": "15.1.0",
"@react-navigation/drawer": "7.0.0",
"@react-navigation/native": "7.0.0",
"@react-navigation/stack": "7.0.0",
"expo": "51.0.38",
"expo-status-bar": "1.12.1",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "2.16.1",
"react-native-reanimated": "3.10.1",
"react-native-reanimated-carousel": "4.0.0-alpha.12",
"react-native-safe-area-context": "4.10.5"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-flow": "7.25.9"
},
"private": true,
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}