-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.33 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
43
44
45
{
"name": "foodapp",
"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": {
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-navigation/bottom-tabs": "^6.5.16",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.22",
"axios": "^1.6.8",
"expo": "~50.0.8",
"expo-router": "^3.4.8",
"expo-status-bar": "~1.11.1",
"nativewind": "^2.0.11",
"postcss": "^8.4.23",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-bouncy-checkbox": "4.0.0",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "^2.14.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-image-slider-box": "^2.0.7",
"react-native-maps": "^1.14.0",
"react-native-modalize": "^2.1.1",
"react-native-reanimated": "^3.6.2",
"react-native-swiper": "^1.6.0",
"react-native-swiper-flatlist": "^3.2.3",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"tailwind-rn": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
},
"private": true
}