Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
41 lines (41 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.38 KB
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
39
40
41
{
"name": "@mapconductor/example-rn-basic",
"version": "0.0.1",
"private": true,
"main": "index.js",
"scripts": {
"expo:start": "expo start",
"expo:prebuild:android": "expo prebuild --platform android --no-install",
"expo:prebuild:ios": "expo prebuild --platform ios --no-install",
"expo:android": "expo run:android",
"expo:ios": "expo run:ios"
},
"dependencies": {
"@mapconductor/js-sdk-core": "*",
"@mapconductor/js-sdk-react": "*",
"@mapconductor/reactnative-for-googlemaps": "*",
"@mapconductor/reactnative-for-maplibre": "*",
"@mapconductor/reactnative-for-here": "*",
"@mapconductor/reactnative-for-arcgis": "*",
"@mapconductor/react-geojson": "*",
"@mapconductor/react-heatmap": "*",
"@mapconductor/react-marker-clustering": "*",
"@react-native-community/slider": "^5.2.0",
"@react-native-picker/picker": "2.11.4",
"expo": "~57.0.1",
"expo-asset": "~57.0.3",
"expo-status-bar": "~57.0.0",
"react": "19.2.3",
"react-native": "0.86.0",
"react-native-safe-area-context": "^5.8.0",
"@mapconductor/reactnative-for-template": "*",
"@mapconductor/reactnative-for-longdo": "*",
"@mapconductor/reactnative-for-maptiler": "*",
"@mapconductor/reactnative-for-mapbox": "*"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~19.2.17",
"typescript": "~6.0.3"
}
}