-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.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
{
"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": {
"@ant-design/icons": "^4.6.2",
"@babel/runtime": "^7.14.0",
"@expo/react-native-read-more-text": "^1.1.0",
"@expo/vector-icons": "^12.0.5",
"@react-native-community/art": "^1.2.0",
"@react-native-community/datetimepicker": "3.2.0",
"@react-native-firebase/app": "^12.0.0",
"@react-native-firebase/auth": "^12.0.0",
"@react-native-picker/picker": "^1.16.3",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/material-bottom-tabs": "^5.3.15",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"cors": "^2.8.5",
"expo": "~41.0.1",
"expo-app-auth": "~10.1.2",
"expo-auth-session": "~3.2.3",
"expo-cli": "^4.5.2",
"expo-image-picker": "~10.1.4",
"expo-linking": "~2.2.3",
"expo-location": "^12.0.4",
"expo-random": "~11.1.2",
"expo-status-bar": "~1.0.4",
"expo-web-browser": "~9.1.0",
"express": "^4.17.1",
"firebase": "^8.6.2",
"haversine": "^1.1.1",
"moment": "^2.29.1",
"patch-package": "^6.4.7",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-day-picker": "^7.4.10",
"react-dom": "16.13.1",
"react-htmltext": "^0.40.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-calendars": "^1.1263.0",
"react-native-chart-kit": "^6.11.0",
"react-native-charts-wrapper": "^0.5.7",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-html-to-text": "0.0.5",
"react-native-maps": "^0.28.0",
"react-native-material-cards": "^1.0.15",
"react-native-material-dropdown": "^0.11.1",
"react-native-paper": "^4.9.1",
"react-native-pie": "^1.1.2",
"react-native-progress": "^4.1.2",
"react-native-read-more-text": "^1.1.2",
"react-native-reanimated": "~2.1.0",
"react-native-render-html": "^5.1.1",
"react-native-screens": "^3.3.0",
"react-native-stopwatch-timer": "0.0.21",
"react-native-svg": "^12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-tab-view": "^2.16.0",
"react-native-view-more-text": "^2.1.0",
"react-native-web": "^0.16.3",
"react-redux": "^7.2.4",
"react-redux-firebase": "^3.10.0",
"react-use-precision-timer": "^1.0.7",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"uri-scheme": "^1.0.83",
"victory-native": "^35.3.3",
"expo-keep-awake": "~9.1.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"redux-devtools": "^3.7.0"
},
"private": true
}