-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 977 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
32
33
34
35
36
{
"name": "ustp-trailmap",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"clear": "expo start -c"
},
"dependencies": {
"@babel/preset-env": "^7.25.4",
"@expo/metro-runtime": "~3.2.3",
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.6",
"expo": "^51.0.32",
"expo-asset": "^10.0.10",
"expo-updates": "^0.25.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"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.12",
"react-native-webview": "13.8.6"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}