-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.44 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
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "Finorbit",
"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": {
"@babel/plugin-proposal-decorators": "7.8.3",
"@react-native-community/async-storage": "1.9.0",
"@react-native-community/datetimepicker": "2.3.1",
"@react-native-community/masked-view": "0.1.7",
"@react-native-community/netinfo": "5.7.0",
"@react-native-community/progress-bar-android": "1.0.3",
"@react-native-community/progress-view": "1.1.1",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-firebase/analytics": "10.3.1",
"@react-native-firebase/app": "10.3.0",
"@react-native-firebase/crashlytics": "10.3.1",
"@react-native-firebase/firestore": "10.4.0",
"@react-native-firebase/messaging": "10.4.0",
"@shoutem/ui": "2.0.3",
"appcenter": "3.1.2",
"appcenter-analytics": "3.1.2",
"appcenter-crashes": "3.1.2",
"axios": "0.20.0",
"install": "0.13.0",
"lodash": "4.17.15",
"mobx": "5.15.4",
"mobx-react": "6.1.8",
"moment": "2.24.0",
"npm": "6.14.4",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-native": "0.63.0",
"react-native-app-intro-slider": "4.0.0",
"react-native-call-log": "2.1.2",
"react-native-code-push": "6.3.0",
"react-native-daterange-picker": "1.4.0",
"react-native-document-picker": "4.1.1",
"react-native-firebase-push-notifications": "1.0.0",
"react-native-flash-message": "0.1.18",
"react-native-gesture-handler": "1.6.1",
"react-native-linear-gradient": "~2.5.6",
"react-native-navigation-bar-color": "2.0.1",
"react-native-paper": "3.7.0",
"react-native-pdf": "6.2.0",
"react-native-permissions": "2.2.2",
"react-native-photo-view": "shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d",
"react-native-pull-to-refresh": "2.1.3",
"react-native-pure-chart": "0.0.24",
"react-native-reanimated": "1.7.1",
"react-native-restart": "0.0.14",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "2.4.0",
"react-native-send-intent": "1.2.2",
"react-native-share": "3.1.2",
"react-native-snap-carousel": "3.9.1",
"react-native-svg": "12.0.3",
"react-native-table-component": "1.2.1",
"react-native-timeline-flatlist": "0.7.3",
"react-native-vector-icons": "^6.6.0",
"react-native-view-slider": "1.1.1",
"react-native-webview": "^7.5.0",
"react-native-youtube-iframe": "^2.1.1",
"react-navigation": "4.3.7",
"react-navigation-drawer": "2.4.11",
"react-navigation-material-bottom-tabs": "2.2.10",
"react-navigation-stack": "2.3.11",
"rn-fetch-blob": "0.12.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/runtime": "7.9.2",
"@react-native-community/eslint-config": "1.0.0",
"babel-jest": "25.2.6",
"eslint": "6.8.0",
"jest": "25.2.7",
"metro-react-native-babel-preset": "0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
},
"babel": {
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
]
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}