-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.76 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.76 KB
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
{
"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-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"expo": "^43.0.0",
"expo-cli": "^4.4.9",
"expo-linear-gradient": "~10.0.3",
"expo-status-bar": "~1.1.0",
"native-base": "^2.15.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-43.tar.gz",
"react-native-animatable": "^1.3.3",
"react-native-card-flip": "^1.0.7",
"react-native-confetti-cannon": "^1.5.2",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^3.4.1",
"react-native-emoji": "^1.8.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-icons": "^0.7.1",
"react-native-modal": "^11.10.0",
"react-native-ratings": "^8.0.4",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "12.1.1",
"react-native-swipe-list-view": "^3.2.7",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.16.0",
"react-native-web": "0.17.1",
"react-native-webview": "11.13.0",
"victory-native": "^35.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}