-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 854 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 854 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
{
"name": "expo-dom-protomaps",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "3.3.0-canary-20240912-1059f85",
"@types/react": "^18.3.7",
"expo": "^52.0.0-canary-20240912-1059f85",
"expo-status-bar": "1.12.2-canary-20240912-1059f85",
"mapbox-gl": "^3.6.0",
"maplibre-gl": "^4.7.0",
"pmtiles": "^3.0.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-map-gl": "^7.1.7",
"react-native": "0.75.2",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"text-encoding-polyfill": "^0.6.7",
"typescript": "^5.6.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}