-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.65 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
46
47
48
49
50
51
52
53
54
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/dev": "^0.1.0",
"@expo-google-fonts/montserrat": "^0.2.2",
"@expo/webpack-config": "^0.17.2",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/native": "^5.7.4",
"@react-navigation/stack": "^5.9.1",
"@use-expo/font": "^2.0.0",
"base-64": "^0.1.0",
"bootstrap": "^4.5.3",
"expo": "^47.0.3",
"expo-font": "^11.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "^1.4.2",
"firebase": "^9.15.0",
"focus-trap-react": "^8.1.1",
"node-fetch": "^2.6.1",
"react": "18.1.0",
"react-bootstrap": "^1.4.0",
"react-dom": "18.1.0",
"react-native": "^0.70.5",
"react-native-deck-swiper": "^2.0.5",
"react-native-flex-layout": "^0.1.5",
"react-native-gesture-handler": "^2.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.2",
"react-native-location": "^2.5.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-sliders": "^2.0.2",
"react-native-web": "~0.18.9"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@reduxjs/toolkit": "^1.9.3",
"metro": "^0.73.6",
"metro-core": "^0.73.6",
"react-native-maps": "^1.4.0",
"react-native-svg": "^13.8.0",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.5"
},
"private": true
}