-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.54 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
{
"name": "iqadha",
"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 .",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/app": "^12.4.0",
"@react-native-firebase/messaging": "^12.4.0",
"@react-native-picker/picker": "^1.16.5",
"@react-navigation/bottom-tabs": "^5.11.10",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.9.0",
"axios": "^0.21.1",
"instabug-reactnative": "^10.8.0",
"lottie-ios": "3.1.8",
"lottie-react-native": "^4.0.2",
"moment": "^2.29.1",
"moment-hijri": "^2.1.2",
"native-base": "^2.15.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-appearance": "^0.3.4",
"react-native-calendar-picker": "^7.1.2",
"react-native-calendars": "^1.1264.0",
"react-native-chart-kit": "^6.11.0",
"react-native-circular-progress": "^1.3.7",
"react-native-date-picker": "^3.3.2",
"react-native-event-listeners": "^1.0.7",
"react-native-expandable-listview": "^1.3.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-i18n": "^2.0.15",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-dropdown-v2-fixed": "^0.11.3",
"react-native-material-textfield": "^0.16.1",
"react-native-pager-view": "^5.1.7",
"react-native-paper": "^4.9.1",
"react-native-push-notification": "^7.4.0",
"react-native-reanimated": "^2.2.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.1.0",
"react-native-svg": "^12.1.1",
"react-native-tab-view": "^3.0.1",
"react-navigation-stack": "^2.8.2",
"react-redux": "^7.2.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/runtime": "^7.13.10",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.24.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.2",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}