-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 929 Bytes
/
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
{
"main": "expo-router/entry",
"dependencies": {
"@expo/html-elements": "^0.0.0-alpha.5",
"@expo/metro-runtime": "~3.2.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^6.1.18",
"dropbox": "^4.0.30",
"expo": "^51.0.26",
"expo-auth-session": "~5.5.2",
"expo-router": "^3.5.21",
"expo-secure-store": "~13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-paper": "^3.9.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10",
"react-native-web-hooks": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react": "~18.2.79",
"@types/react-native": "~0.61.17",
"typescript": "~5.3.3"
},
"private": true
}