-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·79 lines (79 loc) · 2.65 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
{
"name": "aswj",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"adb": "adb devices",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.5",
"@notifee/react-native": "^7.8.0",
"@react-native-async-storage/async-storage": "^1.15.14",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-firebase/app": "^14.0.0",
"@react-native-firebase/auth": "^14.0.0",
"@react-native-firebase/database": "^14.0.0",
"@react-native-firebase/messaging": "^14.0.0",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"axios": "^0.24.0",
"force": "^0.0.3",
"hijri-date": "^0.2.2",
"moment": "^2.29.1",
"react": "17.0.2",
"react-native": "0.66.3",
"react-native-customized-toast": "^1.0.1",
"react-native-easy-toast": "^2.0.0",
"react-native-element-dropdown": "^1.5.5",
"react-native-fbsdk-next": "^4.4.0",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-gesture-handler": "^2.12.0",
"react-native-maps": "0.29.4",
"react-native-maps-directions": "^1.8.0",
"react-native-modal-dropdown": "^1.0.2",
"react-native-multi-selectbox": "^1.5.0",
"react-native-paper": "^4.10.1",
"react-native-reanimated": "^2.3.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.1",
"react-native-share": "^9.2.2",
"react-native-simple-toast": "^1.1.3",
"react-native-snap-carousel": "^4.0.0-beta.6",
"react-native-swiper": "^1.6.0",
"react-native-swiper-flatlist": "^3.0.16",
"react-native-track-player": "^2.1.2",
"react-native-vector-icons": "^9.0.0",
"react-native-video": "^5.2.0",
"react-native-vimeo-iframe": "^1.0.4",
"react-native-webview": "^13.2.2",
"react-native-youtube": "^2.0.2",
"react-native-youtube-iframe": "^2.2.2",
"react-navigation": "^4.4.4",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2"
},
"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.66.2",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}