-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.43 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
{
"name": "Hera",
"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": {
"@heap/react-native-heap": "^0.19.0",
"@react-native-async-storage/async-storage": "^1.15.11",
"@react-native-community/checkbox": "^0.5.8",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-firebase/app": "^13.0.1",
"@react-native-firebase/crashlytics": "^13.0.1",
"@react-native-picker/picker": "^2.1.0",
"axios": "^0.27.1",
"date-fns": "^2.28.0",
"google-spreadsheet": "^3.2.0",
"i18next": "^21.6.3",
"react": "17.0.2",
"react-i18next": "^11.15.1",
"react-native": "0.65.1",
"react-native-calendars": "^1.1268.0",
"react-native-config": "^1.4.5",
"react-native-country-picker-modal": "^2.0.0",
"react-native-device-country": "^1.0.2",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^4.6.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^2.1.7",
"react-native-maps": "0.29.4",
"react-native-modal": "^13.0.0",
"react-native-modal-datetime-picker": "^11.0.0",
"react-native-onesignal": "^4.3.3",
"react-native-permissions": "^3.1.0",
"react-native-restart": "0.0.23",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.7.2",
"react-native-toast-message": "^2.0.2",
"react-native-vector-icons": "^8.1.0",
"react-native-webview": "^11.13.0",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-redux": "^7.2.6",
"redux-api-middleware": "^3.2.1",
"redux-thunk": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.2.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.2.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-codegen": "^0.0.7",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}