-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
119 lines (119 loc) · 4.34 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "Napollo",
"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": {
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-clipboard/clipboard": "^1.8.4",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-community/slider": "^3.0.3",
"@react-native-google-signin/google-signin": "^6.0.1",
"@react-native-picker/picker": "^1.16.5",
"@react-navigation/bottom-tabs": "^6.0.1",
"@react-navigation/drawer": "^6.0.1",
"@react-navigation/material-bottom-tabs": "^6.0.1",
"@react-navigation/material-top-tabs": "^6.0.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.1",
"@redux-offline/redux-offline": "^2.6.0",
"@thehanimo/react-native-audiokit": "^2.0.4",
"axios": "^0.21.1",
"city-state-country": "^1.0.3",
"country-state-city": "^3.0.1",
"form-data": "^4.0.0",
"formik": "^2.2.9",
"moment": "^2.29.1",
"native-base": "^3.0.7",
"qs": "^6.10.1",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-app-intro-slider": "^4.0.4",
"react-native-awesome-alerts": "^1.5.2",
"react-native-base64": "^0.2.1",
"react-native-chart-kit": "^6.11.0",
"react-native-check-box": "^2.1.7",
"react-native-controlled-mentions": "^2.2.5",
"react-native-country-picker-modal": "^2.0.0",
"react-native-document-picker": "^3.4.0",
"react-native-dotenv": "^3.1.1",
"react-native-dropdown-picker": "^5.1.23",
"react-native-emoji-board": "^1.2.1",
"react-native-emoji-selector": "^0.2.0",
"react-native-fast-image": "^8.3.7",
"react-native-fs": "^2.18.0",
"react-native-geocoder": "^0.5.0",
"react-native-geolocation-service": "^5.3.0-beta.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-google-maps": "^1.0.0",
"react-native-google-places": "^3.1.2",
"react-native-google-places-autocomplete": "^2.3.0",
"react-native-image-crop-picker": "^0.36.2",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-linear-gradient": "^2.5.6",
"react-native-looped-carousel": "^0.1.13",
"react-native-maps": "^0.28.0",
"react-native-modal": "^12.0.3",
"react-native-modal-datetime-picker": "^10.2.0",
"react-native-offline": "^5.8.0",
"react-native-pager-view": "^5.4.0",
"react-native-paper": "^4.9.2",
"react-native-permissions": "^3.0.5",
"react-native-phone-input": "^1.0.10",
"react-native-progress-circle": "^2.1.0",
"react-native-push-notification": "^8.1.1",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "1.13.2",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.3.0",
"react-native-screens": "^3.5.0",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-share": "^7.0.0",
"react-native-size-matters": "^0.4.0",
"react-native-splash-screen": "^3.2.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "^12.1.1",
"react-native-swift": "^1.2.3",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.1.1",
"react-native-track-player": "^2.0.0-rc18",
"react-native-trimmer": "^1.1.1",
"react-native-vector-icons": "^8.1.0",
"react-persist": "^1.0.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.12.0",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"uuid": "^8.3.2",
"world-countries": "^4.0.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}