forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 862 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 862 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
34
35
{
"name": "@supermapgis/iclient-mapboxgl",
"description": "",
"version": "11.2.0",
"keywords": [
"SuperMap",
"MapboxGL v1"
],
"main": "namespace.js",
"homepage": "https://iclient.supermap.io",
"repository": {
"type": "git",
"url": "https://github.com/SuperMap/iClient-JavaScript.git"
},
"author": "SuperMap",
"license": "Apache-2.0",
"dependencies": {
"@antv/g2": "^4.2.11",
"@mapbox/mapbox-gl-style-spec": "^14.3.0",
"@turf/center": "^6.5.0",
"@turf/turf": "6.5.0",
"mapv": "2.0.62",
"mapbox-gl": "1.13.2",
"three": "0.150.1",
"@supermapgis/iclient-common": "11.2.0",
"canvg": "3.0.10",
"flatgeobuf": "3.31.1",
"lodash.debounce": "^4.0.8",
"rbush": "^2.0.2",
"proj4": "2.11.0",
"flv.js": "^1.6.2",
"video.js": "^7.10.2",
"videojs-flvjs-es6": "^1.0.1"
}
}