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
31 lines (31 loc) · 776 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 776 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
{
"name": "@supermap/iclient-common",
"description": "",
"version": "11.2.0-dev",
"keywords": [
"SuperMap"
],
"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/g6": "^4.8.14",
"echarts": "5.4.3",
"fetch-ie8": "1.5.0",
"fetch-jsonp": "1.1.3",
"promise-polyfill": "8.2.3",
"lodash.topairs": "4.3.0",
"lodash.uniqby": "^4.7.0",
"lodash.clonedeep": "^4.5.0",
"mapv": "2.0.62",
"flatgeobuf": "3.23.1",
"rbush": "^2.0.2",
"urijs": "^1.19.11",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
}
}