-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 965 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 965 Bytes
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
{
"name": "ut-austin-virtual-tour",
"version": "0.1.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@expo/webpack-config": "^18.0.0",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"expo": "^54.0.13",
"expo-modules-core": "^3.0.21",
"expo-status-bar": "~3.0.8",
"firebase": "^12.4.0",
"leaflet": "^1.9.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-native": "^0.81.4",
"react-native-maps": "^1.20.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-vector-icons": "^10.3.0",
"react-native-web": "^0.21.2",
"react-native-webview": "^13.16.0",
"webpack-dev-server": "^5.2.2"
}
}