-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.64 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
{
"name": "my-app",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-community/netinfo": "9.3.5",
"@react-native-community/slider": "4.2.4",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-native-picker/picker": "2.4.8",
"@react-native-segmented-control/segmented-control": "2.4.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"@stripe/stripe-react-native": "0.19.0",
"@uploadcare/upload-client": "^6.0.0",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"currency-symbol-map": "^5.0.1",
"expo": "~47.0.9",
"expo-application": "~5.0.1",
"expo-av": "~13.0.2",
"expo-build-properties": "~0.4.1",
"expo-constants": "~14.0.2",
"expo-dev-client": "~2.0.1",
"expo-device": "~5.0.0",
"expo-document-picker": "~11.0.1",
"expo-file-system": "~15.1.1",
"expo-image-loader": "~4.0.0",
"expo-image-picker": "~14.0.2",
"expo-keep-awake": "~11.0.1",
"expo-localization": "~14.0.0",
"expo-media-library": "~15.0.0",
"expo-notifications": "~0.17.0",
"expo-screen-orientation": "~5.0.1",
"expo-sharing": "~11.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"expo-web-browser": "~12.0.0",
"install": "^0.13.0",
"lodash": "^4.17.20",
"mime-types": "^2.1.28",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"npm": "^7.6.3",
"pusher-js": "^7.4.0",
"react": "18.1.0",
"react-content-loader": "^6.0.3",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-chart-kit": "^6.11.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^2.0.1",
"react-native-mime-types": "^2.3.0",
"react-native-parsed-text": "0.0.22",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.1",
"react-navigation-header-buttons": "^6.0.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"sentry-expo": "~6.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}