-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.5 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
{
"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": {
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "^3.0.3",
"@react-navigation/bottom-tabs": "^5.11.7",
"@react-navigation/drawer": "^5.12.3",
"@react-navigation/material-bottom-tabs": "^5.3.13",
"@react-navigation/material-top-tabs": "^5.3.14",
"@react-navigation/native": "^5.9.0",
"@react-navigation/stack": "^5.13.0",
"axios": "^0.21.1",
"expo": "^41.0.0",
"expo-app-loading": "^1.0.1",
"expo-av": "~9.1.2",
"expo-cli": "^4.4.4",
"expo-image-picker": "^10.1.4",
"expo-linear-gradient": "~9.1.0",
"expo-media-library": "~12.0.2",
"expo-notifications": "^0.11.6",
"expo-secure-store": "^10.1.0",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.4",
"moment": "^2.29.1",
"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-audio-recorder-player": "^3.0.2",
"react-native-calendars": "^1.1254.0",
"react-native-double-tap": "^1.0.1",
"react-native-gesture-handler": "~1.10.2",
"react-native-modal": "^11.10.0",
"react-native-paper": "^4.7.1",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-svg": "^12.1.1",
"react-native-swipe-list-view": "^3.2.7",
"react-native-tab-view": "^2.16.0",
"react-native-text-ticker": "^1.12.0",
"react-native-toast-message": "^1.4.9",
"react-native-video": "^5.1.1",
"react-native-view-more-text": "^2.1.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.12.0",
"uuid": "^3.4.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"prettier": "2.2.1"
},
"private": true
}