-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.26 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
{
"name": "NamalReact",
"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": "npx jetify"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.2",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "^5.9.10",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-community/viewpager": "^3.3.0",
"@react-native-firebase/app": "^10.4.0",
"@react-native-firebase/auth": "^10.4.1",
"@react-native-firebase/database": "^10.4.1",
"@react-native-google-signin/google-signin": "^7.0.1",
"axios": "^0.19.2",
"libphonenumber-js": "^1.7.57",
"native-base": "^2.15.2",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-cookies": "^3.3.0",
"react-native-device-info": "^5.6.1",
"react-native-easy-content-loader": "^0.2.5",
"react-native-easy-toast": "^1.2.0",
"react-native-fast-image": "^8.3.2",
"react-native-fbsdk": "^1.1.1",
"react-native-gesture-handler": "^1.5.3",
"react-native-image-zoom-viewer": "^2.2.27",
"react-native-indicators": "^0.17.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-maps": "0.29.3",
"react-native-offline": "^5.7.0",
"react-native-onesignal": "^3.6.3",
"react-native-popup-dialog": "^0.18.3",
"react-native-progress": "^4.1.2",
"react-native-rate": "^1.2.9",
"react-native-reanimated": "^1.7.0",
"react-native-render-html": "^4.2.0",
"react-native-responsive-screen": "^1.3.1",
"react-native-restart": "0.0.13",
"react-native-safe-area-context": "^0.6.4",
"react-native-scalable-image": "^1.0.0",
"react-native-screens": "^2.0.0-alpha.26",
"react-native-snap-carousel": "^3.8.4",
"react-native-splash-screen": "^3.2.0",
"react-native-stars": "^1.1.6",
"react-native-swiper": "^1.5.14",
"react-native-swiper-flatlist": "^2.0.3",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^5.1.1",
"react-native-video-player": "^0.10.1",
"react-native-webview": "^8.0.4",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^2.0.15",
"react-navigation-tabs": "^2.10.1",
"react-redux": "^7.2.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sync-storage": "^0.4.2"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^0.0.6",
"babel-jest": "^24.9.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^24.9.0",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}