-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
111 lines (111 loc) · 3.79 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
111
{
"name": "todolist",
"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": {
"@microsoft/microsoft-graph-client": "^2.0.0",
"@react-native-community/datetimepicker": "^2.3.1",
"@react-native-community/masked-view": "^0.1.7",
"@react-native-firebase/app": "^7.1.0",
"@react-native-firebase/auth": "^7.1.0",
"@react-native-firebase/database": "^7.1.0",
"@react-native-firebase/messaging": "^7.1.0",
"@react-native-firebase/storage": "^7.1.0",
"@react-navigation/native": "^5.0.9",
"@react-navigation/stack": "^5.1.1",
"apple-icloud": "^1.1.0",
"date-fns": "^2.10.0",
"gapi-script": "^1.0.2",
"json-loader": "^0.5.7",
"moment": "^2.24.0",
"native-base": "^2.13.12",
"node": "^10.17.0",
"react": "16.9.0",
"react-google-calendar-api": "^1.0.11",
"react-microsoft-login": "^1.8.5",
"react-native": "0.61.5",
"react-native-action-bar": "^2.0.5",
"react-native-app-auth": "^5.1.1",
"react-native-button": "^2.4.0",
"react-native-calendars": "^1.264.0",
"react-native-cardview": "^2.0.5",
"react-native-check-box": "^2.1.7",
"react-native-cli": "^2.0.1",
"react-native-countdown-component": "^2.7.1",
"react-native-datepicker": "^1.7.2",
"react-native-document-picker": "^3.3.3",
"react-native-elements": "^1.2.7",
"react-native-fbsdk": "^1.1.2",
"react-native-file-viewer": "^2.0.2",
"react-native-flexbox-grid": "^0.3.2",
"react-native-floating-action": "^1.20.0",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.0",
"react-native-gifted-chat": "^0.13.0",
"react-native-google-signin": "^2.1.1",
"react-native-htmlview": "^0.15.0",
"react-native-material-bottom-navigation": "^1.0.5",
"react-native-material-bottom-navigation-performance": "^0.7.8",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-ripple": "^0.9.1",
"react-native-material-textfield": "^0.16.1",
"react-native-modal-datetime-picker": "^8.5.2",
"react-native-modals": "^0.19.9",
"react-native-netinfo": "^1.1.0",
"react-native-paper": "^3.6.0",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "^1.7.0",
"react-native-render-html": "^4.2.0",
"react-native-responsive-screen": "^1.4.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.2.0",
"react-native-share": "^3.3.2",
"react-native-simple-dialogs": "^1.2.1",
"react-native-simple-radio-button": "^2.7.4",
"react-native-simple-radio-button-input": "^1.0.4",
"react-native-simple-time-picker": "^0.2.0",
"react-native-stack": "^1.0.0-alpha11",
"react-native-textarea": "^1.0.3",
"react-native-vector-icons": "^6.6.0",
"react-native-webrtc": "^1.75.3",
"react-native-webview": "^9.1.4",
"react-navigation": "^4.2.2",
"react-navigation-drawer": "^2.4.2",
"react-navigation-material-bottom-tabs": "^2.2.9",
"react-redux": "^7.2.0",
"react-serialize": "^0.2.0",
"react-timer-mixin": "^0.13.4",
"realm": "^3.6.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rn-progress-loader": "^1.0.8",
"rn-sliding-up-panel": "^2.4.0",
"simple-common-utils": "^2.2.0"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"devDependencies": {
"@babel/core": "7.8.6",
"@babel/runtime": "7.8.4",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"eslint": "6.8.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.4",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}