-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
62 lines (62 loc) · 2.07 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
{
"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.14",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "6.0.2",
"@react-native-picker/picker": "^2.2.1",
"@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",
"aws-amplify": "^4.3.10",
"aws-amplify-react-native": "^6.0.1",
"expo": "~43.0.0",
"expo-constants": "~12.1.3",
"expo-device": "~4.0.3",
"expo-font": "~10.0.3",
"expo-haptics": "~11.0.3",
"expo-linear-gradient": "~10.0.3",
"expo-linking": "~2.4.2",
"expo-notifications": "~0.13.3",
"expo-permissions": "~13.0.3",
"expo-sensors": "~11.0.3",
"expo-sharing": "~10.0.3",
"expo-status-bar": "~1.1.0",
"expo-updates": "~0.10.15",
"lodash": "^4.17.21",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.2",
"react-native-app-intro-slider": "^4.0.4",
"react-native-confetti-cannon": "^1.5.2",
"react-native-deck-swiper": "^2.0.5",
"react-native-gesture-handler": "~1.10.2",
"react-native-htmlview": "^0.16.0",
"react-native-image-header-scroll-view": "^1.0.0",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-popup-confirm-toast": "^2.0.5",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-shake": "^5.1.1",
"react-native-share": "^7.3.2",
"react-native-social-share": "^1.6.5",
"react-native-status-bar-height": "^2.6.0",
"react-native-view-overflow": "0.0.5",
"react-native-view-shot": "3.1.2",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}