-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
38 lines (38 loc) · 1.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
{
"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/vector-icons": "^13.0.0",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"expo": "^45.0.4",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-card-stack-swiper": "^1.2.5",
"react-native-gesture-handler": "~2.2.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-web": "0.17.7",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@babel/helper-get-function-arity": "^7.16.7",
"@types/react": "~17.0.21",
"@types/react-dom": "^18.0.5",
"@types/react-native": "~0.63.2",
"prettier": "^2.2.1",
"typescript": "~4.0.0"
},
"private": true
}