-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 825 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 825 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
{
"name": "Mapboxgljs.LayerViewer",
"version": "1.0.0",
"description": "UI framework for showing multiple layers in Mapbox GL JS",
"main": "src/layerviewer.js",
"repository": "https://github.com/cyclestreets/Mapboxgljs.LayerViewer/",
"author": "CycleStreets Ltd",
"license": "GPL-3.0-only",
"dependencies": {
"@benmajor/jquery-touch-events": "^2.0.3",
"@hughsk/fulltilt": "^0.7.1",
"@mapbox/geojson-extent": "^1.0.1",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@tmcw/togeojson": "^5.8.1",
"@types/geojson": "^7946.0.14",
"geojson": "^0.5.0",
"jquery": "^3.7.1",
"jquery-ui-dist": "^1.13.2",
"js-cookie": "^3.0.5",
"jssha": "^3.3.1",
"leaflet": "^1.9.4",
"leaflet-ajax": "^2.1.0",
"mapbox-gl": "^3.3.0",
"papaparse": "^5.4.1",
"vex-js": "^4.1.0"
}
}