-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.59 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
{
"scripts": {
"postinstall": "jetify",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"axios": "^0.28.0",
"expo": "^51.0.20",
"expo-cli": "^6.3.10",
"expo-image-picker": "~7.0.0",
"expo-permissions": "~7.0.0",
"firebase": "^7.24.0",
"moment": "^2.24.0",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "0.74.2",
"react-native-app-intro-slider": "^3.0.0",
"react-native-elements": "^1.2.6",
"react-native-fbsdk": "^1.0.4",
"react-native-fetch-blob": "^0.10.8",
"react-native-geocoding": "^0.4.0",
"react-native-gesture-handler": "~1.3.0",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-image-picker": "^1.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-maps": "^0.26.1",
"react-native-reanimated": "~1.2.0",
"react-native-screens": "~1.0.0-alpha.23",
"react-native-unimodules": "~0.5.4",
"react-native-uuid": "^1.4.9",
"react-native-web": "^0.19.12",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.2.2",
"react-navigation-stack": "^1.9.4",
"react-navigation-tabs": "^2.5.6",
"rn-fetch-blob": "0.10.15"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "0.56.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}