UNPKG

@giro3d/giro3d

Version:

A JS/WebGL framework for 3D geospatial data visualization

81 lines (80 loc) 1.54 kB
{ "name": "@giro3d/giro3d", "version": "0.42.4", "description": "A JS/WebGL framework for 3D geospatial data visualization", "keywords": [ "front-end", "web", "framework", "webgl", "webgl2", "geography", "gis", "geospatial", "3d", "3D", "three", "three.js", "openlayers", "map", "layer", "visualization", "pointcloud", "3dtiles", "raster", "vector", "geojson", "geometry" ], "repository": { "type": "git", "url": "git+https://gitlab.com/giro3d/giro3d.git" }, "license": "MIT", "bugs": { "url": "https://gitlab.com/giro3d/giro3d/-/issues" }, "homepage": "https://giro3d.org/", "browserslist": [ ">0.5%", "not dead", "not op_mini all", "Firefox ESR" ], "dependencies": { "3d-tiles-renderer": "^0.4.3", "chart.js": "^3.9.1", "copc": "^0.0.8", "earcut": "^2.2.4", "geotiff": "^2.1.0", "lil-gui": "^0.17.0", "lru-cache": "^10.0.1", "three-mesh-bvh": "^0.7.4" }, "peerDependencies": { "ol": "9", "proj4": "^2.9.0", "three": "^0.170.0" }, "lint-staged": { "**/*.{ts,vue,js,jsx,cjs,mjs}": [ "eslint", "prettier" ], "**/*.{json,jsonc,css,scss,ejs}": [ "prettier" ], "**/*.md": [ "markdownlint", "prettier" ] }, "config": { "commitizen": { "path": "@commitlint/cz-commitlint", "name": "cz_conventional_commits", "tag_format": "v$version" } }, "main": "index.js" }