-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.88 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
{
"name": "Synergys",
"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": {
"@amazingbeerbelly/react-native-snap-carousel": "^1.0.0",
"@notifee/react-native": "^0.16.0",
"@react-native-async-storage/async-storage": "^1.13.4",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cli-platform-android": "^4.13.0",
"@react-native-community/datetimepicker": "^3.0.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.6",
"@react-native-community/picker": "^1.6.6",
"@react-native-community/progress-bar-android": "^1.0.4",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-firebase/app": "^10.5.0",
"@react-native-firebase/auth": "^10.4.1",
"@react-native-firebase/dynamic-links": "^10.5.1",
"@react-native-firebase/firestore": "^10.4.1",
"@react-native-firebase/functions": "^10.4.1",
"@react-native-firebase/messaging": "^10.4.1",
"@react-native-firebase/storage": "^10.4.1",
"base-64": "^1.0.0",
"moment": "^2.27.0",
"pdf-lib": "^1.12.0",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-calendars": "^1.314.0",
"react-native-customize-selected-date": "^1.0.1",
"react-native-date-picker": "^3.2.5",
"react-native-device-info": "^7.3.1",
"react-native-dialog": "^6.1.2",
"react-native-document-picker": "^4.0.0",
"react-native-file-picker": "0.0.19",
"react-native-file-viewer": "^2.1.4",
"react-native-fs": "^2.16.6",
"react-native-geocoding": "^0.4.0",
"react-native-gesture-handler": "^1.7.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-google-places-autocomplete": "^1.8.1",
"react-native-image-picker": "^2.3.4",
"react-native-image-slider-box": "^1.0.12",
"react-native-image-view": "^2.1.9",
"react-native-image-viewing": "^0.2.0",
"react-native-linear-gradient": "~2.5.6",
"react-native-maps": "^0.27.1",
"react-native-masked-text": "^1.13.0",
"react-native-modal": "^11.5.6",
"react-native-network-info": "^5.2.1",
"react-native-paper": "^4.0.1",
"react-native-pdf": "^6.2.2",
"react-native-photo-view": "github:shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d",
"react-native-popup-menu": "^0.15.9",
"react-native-reanimated": "^1.13.0",
"react-native-render-html": "^5.0.1",
"react-native-safe-area-context": "^3.1.4",
"react-native-screens": "^2.10.1",
"react-native-search-filter": "^0.1.5",
"react-native-signature-canvas": "^3.3.0",
"react-native-status-bar-height": "^3.0.0-alpha.1",
"react-native-svg": "^9.13.0",
"react-native-tab-view": "^2.15.2",
"react-native-tag-autocomplete": "^1.0.22",
"react-native-text-input-mask": "^2.0.0",
"react-native-thumbnail-video": "^0.1.2",
"react-native-ui-lib": "^5.12.4",
"react-native-uuid-generator": "^6.1.1",
"react-native-vector-icons": "^7.1.0",
"react-native-video": "^5.1.1",
"react-native-video-controls": "^2.7.1",
"react-native-webview": "9.4.0",
"react-navigation": "^4.4.0",
"react-navigation-drawer": "^2.5.0",
"react-navigation-stack": "^2.8.2",
"react-navigation-tabs": "^2.9.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"rn-fetch-blob": "^0.12.0",
"short-unique-id": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}