-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 5.2 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 5.2 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@mapconductor/react-sdk",
"version": "0.1.0",
"private": true,
"description": "Unified mapping library for React - common API for Google Maps, MapLibre, and other map providers",
"workspaces": [
"js-sdk-core/",
"js-sdk-react/",
"react-icons/",
"react-for-googlemaps/",
"react-for-maplibre/",
"react-for-mapbox/",
"react-for-leaflet/",
"react-for-openlayers/",
"react-for-arcgis/",
"react-for-mapkit/",
"react-for-azuremaps/",
"react-for-cesium/",
"react-for-here/",
"react-for-tomtom/",
"react-for-maptiler/",
"react-for-longdo/",
"reactnative-for-googlemaps/",
"reactnative-for-maplibre/",
"reactnative-for-arcgis/",
"reactnative-for-here/",
"react-geojson-layer/",
"react-heatmap/",
"react-marker-clustering/",
"examples/*"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"build:packages": "npm run build --if-present --workspace @mapconductor/js-sdk-core --workspace @mapconductor/js-sdk-react --workspace @mapconductor/react-icons --workspace @mapconductor/react-for-googlemaps --workspace @mapconductor/react-for-maplibre --workspace @mapconductor/react-for-mapbox --workspace @mapconductor/react-for-leaflet --workspace @mapconductor/react-for-openlayers --workspace @mapconductor/react-for-arcgis --workspace @mapconductor/react-for-azuremaps --workspace @mapconductor/react-for-cesium --workspace @mapconductor/react-for-here --workspace @mapconductor/react-for-tomtom --workspace @mapconductor/react-for-maptiler --workspace @mapconductor/reactnative-for-googlemaps --workspace @mapconductor/reactnative-for-maplibre --workspace @mapconductor/reactnative-for-arcgis --workspace @mapconductor/reactnative-for-here --workspace @mapconductor/react-geojson-layer --workspace @mapconductor/react-heatmap --workspace @mapconductor/react-marker-clustering",
"dev": "npm run build:packages && (npm run dev:packages & npm run dev:examples & wait)",
"dev:rn": "npm run build:packages && (npm run dev:packages & npm run dev:rn:examples & wait)",
"dev:rn:android": "npm run build && npm run expo:android --workspace @mapconductor/example-rn-basic",
"dev:rn:ios": "npm run build && npm run expo:prebuild:ios --workspace @mapconductor/example-rn-basic && npm run expo:ios --workspace @mapconductor/example-rn-basic",
"dev:packages": "(npm run dev --workspace @mapconductor/js-sdk-core -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/js-sdk-react -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-icons -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-for-googlemaps -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-for-maplibre -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-for-mapbox -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-for-leaflet -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-for-openlayers -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-for-azuremaps -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-for-cesium -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-for-maptiler -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/reactnative-for-googlemaps -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/reactnative-for-maplibre -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/reactnative-for-arcgis -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/reactnative-for-here -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-geojson-layer -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-heatmap -- --tsconfig ../tsconfig.dev.json & npm run dev --workspace @mapconductor/react-marker-clustering -- --tsconfig ../tsconfig.dev.json & wait)",
"dev:examples": "npm run dev --workspace @mapconductor/example-basic",
"dev:rn:examples": "npm run expo:start --workspace @mapconductor/example-rn-basic -- --clear",
"link:local": "node scripts/link-local-workspaces.mjs",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"test": "npm run test --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present && rm -rf node_modules"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"@types/node": "^20.10.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"esbuild": "0.28.1",
"oxlint": "^1.76.0",
"prettier": "^3.1.1",
"typescript": "^5.9.3",
"typescript-7": "npm:typescript@^7.0.2"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"overrides": {
"esbuild": "0.28.1",
"tsup": {
"esbuild": "0.28.1"
}
},
"repository": {
"type": "git",
"url": "https://github.com/MapConductor/react-sdk.git"
},
"keywords": [
"maps",
"google-maps",
"maplibre",
"react",
"typescript",
"mapping",
"unified-api"
],
"author": "MapConductor",
"license": "Apache2",
"dependencies": {
"ol": "^10.9.0"
}
}