-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.09 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
{
"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": {
"@expo/react-native-action-sheet": "^3.8.0",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "1.9.11",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"axios": "^0.21.1",
"expo": "^41.0.1",
"expo-app-loading": "^1.0.1",
"expo-constants": "~10.1.3",
"expo-image-picker": "~10.1.4",
"expo-notifications": "~0.11.6",
"expo-status-bar": "~1.0.4",
"lottie-react-native": "3.5.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^6.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-animated-loader": "0.0.8",
"react-native-confirmation-code-field": "^6.7.0",
"react-native-deck-swiper": "^2.0.5",
"react-native-dotenv": "^2.4.3",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-gifted-chat": "^0.16.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-picker-select": "^8.0.4",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-skeleton-placeholder": "^4.0.0",
"react-native-svg": "12.1.0",
"react-native-tab-view": "^2.16.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "^0.16.2",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"socket.io-client": "^4.1.1",
"use-debounce": "^6.0.1",
"react-native-appearance": "~0.3.3"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true
}