-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.62 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
{
"name": "GharKharch",
"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-community/async-storage": "^1.11.0",
"@react-native-community/checkbox": "^0.5.4",
"@react-native-community/datetimepicker": "^3.0.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.6.6",
"@react-native-firebase/admob": "^11.5.0",
"@react-native-firebase/app": "^11.5.0",
"@react-native-firebase/auth": "^11.5.0",
"@react-native-firebase/crashlytics": "^11.5.0",
"@react-native-firebase/firestore": "^11.5.0",
"@react-native-firebase/messaging": "^11.5.0",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/drawer": "^5.9.0",
"@react-navigation/material-top-tabs": "^5.3.0",
"@react-navigation/native": "^5.8.0",
"@react-navigation/stack": "^5.9.0",
"axios": "^0.19.2",
"d3": "^6.2.0",
"dotenv": "^8.2.0",
"firebase": "^7.17.2",
"lottie-react-native": "^3.5.0",
"react": "17.0.1",
"react-content-loader": "^5.1.3",
"react-native": "0.64.2",
"react-native-android-log": "^1.1.0",
"react-native-calendars": "^1.192.0",
"react-native-contacts": "^5.2.7",
"react-native-countdown-component": "^2.7.1",
"react-native-gesture-handler": "^1.7.0",
"react-native-material-ripple": "^0.9.1",
"react-native-onesignal": "^3.9.3",
"react-native-otp-verify": "^1.0.3",
"react-native-phone-input": "^0.2.4",
"react-native-reanimated": "^1.10.2",
"react-native-safe-area-context": "^3.1.4",
"react-native-screens": "^2.10.1",
"react-native-size-matters": "^0.3.0",
"react-native-svg": "^12.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-swipe-list-view": "^3.2.3",
"react-native-tab-view": "^2.15.2",
"react-native-vector-icons": "^7.0.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"victory-native": "^35.0.1"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/runtime": "7.11.2",
"@react-native-community/eslint-config": "1.1.0",
"babel-jest": "25.5.1",
"eslint": "6.8.0",
"jest": "25.5.4",
"metro": "^0.66.0",
"metro-core": "^0.66.0",
"metro-react-native-babel-preset": "0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"assets/fonts"
]
}
}