-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 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
32
33
34
35
36
37
38
39
40
41
42
{
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@expo/ngrok": "^4.1.3",
"@firebase/auth": "^1.7.5",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.0",
"expo": "^51.0.20",
"firebase": "^10.12.3",
"lottie-react-native": "6.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-bouncy-checkbox": "^4.0.1",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.17.1",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-reanimated": "^3.14.0",
"react-native-safe-area-context": "^4.10.8",
"react-native-safe-area-view": "^1.1.1",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.6",
"react-redux": "^9.1.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux": "^5.0.1",
"tslib": "^2.6.3"
},
"devDependencies": {
"@babel/core": "^7.19.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"version": "1.0.0",
"private": true,
"name": "food-delivery-app"
}