-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.95 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
{
"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",
"postinstall": "patch-package"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-native-fontawesome": "^0.2.6",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/art": "^1.2.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/material-top-tabs": "^6.1.0",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@reduxjs/toolkit": "^1.5.0",
"@sentry/react-native": "^3.2.13",
"array-move": "^3.0.1",
"color": "^4.2.0",
"expo": "^44.0.0",
"expo-application": "~4.0.1",
"expo-constants": "~13.0.1",
"expo-device": "~4.1.0",
"expo-document-picker": "~10.1.3",
"expo-file-system": "~13.1.4",
"expo-linear-gradient": "~11.0.3",
"expo-localization": "~12.0.0",
"expo-notifications": "~0.14.0",
"expo-sharing": "~10.1.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"expo-system-ui": "~1.1.0",
"expo-updates": "~0.11.7",
"i18next": "^20.2.1",
"luxon": "^1.26.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.1",
"react-devtools": "^4.21.0",
"react-dom": "17.0.1",
"react-i18next": "^11.8.13",
"react-native": "0.64.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-calendars": "^1.1254.0",
"react-native-circular-progress": "^1.3.7",
"react-native-dropdown-picker": "^5.2.3",
"react-native-email": "^1.1.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-material-tabs": "^4.1.2",
"react-native-modal-datetime-picker": "^9.2.0",
"react-native-pager-view": "5.4.9",
"react-native-paper": "^4.7.2",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-switch-selector": "^2.1.4",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.0.0",
"react-native-walkthrough-tooltip": "^1.3.0",
"react-native-web": "0.17.1",
"react-native-wheel-scrollview-picker": "^1.2.2",
"react-redux": "^7.2.2",
"redux-persist": "^6.0.0",
"sentry-expo": "^4.0.0",
"victory-core": "^36.0.0",
"victory-native": "^35.5.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"redux-devtools": "^3.7.0"
},
"private": true
}