-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.16 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
66
{
"name": "MyApp",
"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": {
"@mapbox/polyline": "^1.1.1",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-clipboard/clipboard": "^1.11.0",
"@react-native-community/geolocation": "^2.1.0",
"@react-native-firebase/app": "^15.4.0",
"@react-native-firebase/storage": "^15.4.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-top-tabs": "^6.2.4",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"axios": "^0.27.2",
"formik": "^2.2.9",
"md5": "^2.3.0",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-autocomplete-input": "^5.1.1",
"react-native-country-picker-modal": "^2.0.0",
"react-native-dropdown-picker": "^5.4.2",
"react-native-geocoding": "^0.5.0",
"react-native-geolocation-service": "^5.3.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-image-picker": "^4.10.0",
"react-native-location": "^2.5.0",
"react-native-maps": "^1.3.0",
"react-native-otp-inputs": "^7.4.0",
"react-native-pager-view": "^6.0.0",
"react-native-paper": "^5.0.0-rc.5",
"react-native-popup-menu": "^0.16.1",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0",
"react-native-splash-screen": "^3.3.0",
"react-native-star-rating": "^1.1.0",
"react-native-svg": "^13.0.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.2.0",
"sha1": "^1.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/runtime": "7.18.9",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.6.3",
"eslint": "7.32.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.67.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}