-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.4 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.4 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/template": "^7.12.13",
"@react-native-community/datetimepicker": "3.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-masked-view/masked-view": "0.2.4",
"@react-native-picker/picker": "1.9.11",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"babel-template": "^6.26.0",
"expo": "^41.0.0",
"expo-app-loading": "^1.0.3",
"expo-av": "~9.1.2",
"expo-barcode-scanner": "~10.1.2",
"expo-camera": "~11.0.2",
"expo-face-detector": "~10.0.1",
"expo-file-system": "~11.0.2",
"expo-font": "~9.1.0",
"expo-sharing": "~9.1.2",
"file-saver": "^2.0.5",
"firebase": "8.2.3",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"pdfmake": "^0.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-action-button": "^2.8.5",
"react-native-dropdown-picker": "^5.1.21",
"react-native-elements": "^3.4.1",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-input-spinner": "^1.3.2",
"react-native-maps": "0.27.1",
"react-native-modal-datetime-picker": "^9.1.0",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-paper": "^4.9.1",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-searchable-dropdown": "^1.1.3",
"react-native-searchable-list": "^1.1.3",
"react-native-skeleton-placeholder": "^4.0.0",
"react-native-swipe-list-view": "^3.2.8",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.17.1",
"react-navigation": "^4.4.3",
"react-navigation-header-buttons": "^6.0.0",
"react-navigation-stack": "^2.10.2",
"react-redux": "^7.2.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.0",
"xlsx": "^0.16.9"
},
"devDependencies": {},
"private": true
}