-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.14 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "test",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@googlemaps/react-wrapper": "^1.1.35",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/geolocation": "^3.1.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^18.8.0",
"@react-native-firebase/auth": "^18.8.0",
"@react-native-firebase/firestore": "^18.8.0",
"@react-native-firebase/messaging": "^18.8.0",
"@react-native-firebase/storage": "^18.8.0",
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-native-picker/picker": "^2.6.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"axios": "^1.6.7",
"expo-constants": "^14.4.2",
"expo-font": "^11.6.0",
"expo-modules-core": "^1.5.12",
"firebase": "^9.6.11",
"idb": "^8.0.0",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-elements": "^3.4.3",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.14.1",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-image-picker": "^7.1.0",
"react-native-maps": "1.10.0",
"react-native-reanimated": "^3.6.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-vector-icons": "^10.0.3",
"react-navigation": "^5.0.0",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jetifier": "^2.0.0",
"metro-react-native-babel-preset": "^0.77.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}