-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.84 KB
/
package.json
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
{
"name": "mapicgc-gl-js",
"homepage": "https://openicgc.github.io/mapicgc-doc/",
"version": "0.0.92",
"description": "mapicgc-gl-js library",
"author": "Institut Cartogràfic i Geològic de Catalunya",
"license": "BSD-3-Clause",
"type": "commonjs",
"keywords": [
"map",
"js",
"webmap",
"ICGC",
"app",
"maplibre"
],
"repository": {
"type": "git",
"url": "git+https://github.com/OpenICGC/mapicgc-gl-js.git"
},
"contributors": [
{
"name": "Unitat Geostart ICGC",
"email": "geostart@icgc.cat"
}
],
"main": "dist/mapicgc-gl.mjs",
"module": "dist/mapicgc-gl.js",
"exports": {
".": {
"import": "./dist/mapicgc-gl.mjs",
"require": "./dist/mapicgc-gl.mjs"
}
},
"scripts": {
"dev": "vite",
"build-all": "npm-run-all build && node nodeDeploy.js",
"build": "vite build",
"preview": "vite preview",
"publish": "npm publish --access public",
"setConfig": "node nodeSetConfig.js"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@rollup/plugin-babel": "^6.0.4",
"dotenv": "^16.3.1",
"jest": "29.7.0",
"jsdoc": "^4.0.2",
"npm-run-all": "^4.1.5",
"package-json-versionify": "^1.0.4",
"path": "^0.12.7",
"rollup-plugin-polyfill": "^4.2.0",
"ssh2-sftp-client": "^9.0.4",
"vite": "^5.2.10",
"vite-plugin-node-polyfills": "^0.21.0"
},
"dependencies": {
"@deck.gl/core": "~8.9.35",
"@deck.gl/geo-layers": "~8.9.35",
"@deck.gl/mapbox": "~8.9.35",
"@loaders.gl/3d-tiles": "~3.4.14",
"@maplibre/maplibre-gl-compare": "^0.5.0",
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
"@watergis/maplibre-gl-export": "^3.7.0",
"axios": "^1.6.7",
"flatgeobuf": "^3.31.1",
"maplibre-gl": "^4.7.1",
"utm-latlng": "^1.0.8",
"xml2js": "^0.6.2"
}
}