-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 3.24 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
94
95
96
97
{
"name": "DWT",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@invertase/react-native-apple-authentication": "^1.0.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/netinfo": "^4.7.0",
"axios": "^0.18.0",
"buffer": "^5.2.1",
"i": "^0.3.6",
"js-base64": "^2.5.1",
"lottie-ios": "^3.1.3",
"lottie-react-native": "^3.2.1",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"prop-types": "^15.7.2",
"radio-buttons-react-native": "^1.0.4",
"react": "16.9.0",
"react-native": "0.61.2",
"react-native-admob": "^2.0.0-beta.5",
"react-native-animatable": "^1.3.0",
"react-native-apple-authentication": "^1.0.6",
"react-native-base64": "0.0.2",
"react-native-collapsible": "^0.13.0",
"react-native-countdown-component": "^1.8.2",
"react-native-datepicker": "^1.7.2",
"react-native-dimension": "^1.0.6",
"react-native-dropdown-picker": "^3.8.0",
"react-native-elements": "^1.1.0",
"react-native-fbsdk": "^2.0.0",
"react-native-firebase": "^5.6.0",
"react-native-fix-image": "^2.0.1",
"react-native-geolocation-service": "^3.1.0",
"react-native-gesture-handler": "^1.2.1",
"react-native-htmlview": "^0.13.0",
"react-native-iap": "^6.0.0",
"react-native-image-crop-picker": "^0.26.1",
"react-native-image-progress": "^1.1.1",
"react-native-image-zoom-viewer": "^2.2.21",
"react-native-interactable": "^1.0.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-maps": "0.27.1",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^6.5.0",
"react-native-modal-dropdown": "1.0.0",
"react-native-open-maps": "^0.3.5",
"react-native-paper": "^2.4.0",
"react-native-paypal-lib": "^1.0.9",
"react-native-phone-call": "^1.0.9",
"react-native-popup-menu": "^0.14.0",
"react-native-progress": "^3.5.0",
"react-native-reanimated": "^1.0.1",
"react-native-restart": "0.0.13",
"react-native-safe-module": "^1.2.0",
"react-native-screens": "^2.8.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-simple-toast": "^0.1.1",
"react-native-slideshow": "^1.0.1",
"react-native-snap-carousel": "^3.8.3",
"react-native-star-rating": "^1.1.0",
"react-native-tab-view": "^2.3.0",
"react-native-tags": "^2.1.0",
"react-native-vector-icons": "^6.4.2",
"react-native-webview": "^10.2.3",
"react-navigation": "^3.9.1",
"tipsi-stripe": "^7.5.0",
"upgrade": "^1.1.0"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/runtime": "7.5.5",
"@react-native-community/eslint-config": "0.0.3",
"babel-jest": "24.9.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "4.0.0",
"eslint": "6.3.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.54.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./res/fonts/"
]
}
}