{ "name": "@abi-software/flatmap-viewer", "version": "3.2.5", "description": "Flatmap viewer using Maplibre GL", "repository": { "type": "git", "url": "git+https://github.com/AnatomicMaps/flatmap-viewer.git" }, "type": "module", "files": [ "dist" ], "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "vite serve app --port 3000", "prepare": "tsc --p ./tsconfig-build.json && vite build", "preview": "vite preview", "build": "vite build app --base /viewer/", "docs": "cd docs; poetry run make html", "tsdoc": "typedoc" }, "author": "David Brooks", "license": "MIT", "dependencies": { "@deck.gl/core": "^9.0.17", "@deck.gl/geo-layers": "^9.0.18", "@deck.gl/layers": "^9.0.17", "@deck.gl/mapbox": "^9.0.17", "@mapbox/mapbox-gl-draw": "^1.4.3", "@turf/along": "^7.1.0", "@turf/area": "^6.5.0", "@turf/bbox": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/length": "^7.0.0", "@turf/nearest-point-on-line": "^7.0.0", "@turf/projection": "^6.5.0", "bezier-js": "^6.1.0", "colord": "^2.9.3", "core-js": "^3.37.0", "graphology": "^0.25.4", "graphology-operators": "^1.6.0", "graphology-shortest-path": "^2.1.0", "html-es6cape": "^2.0.2", "maplibre-gl": ">=4.5.0", "mathjax-full": "^3.2.2", "minisearch": "^2.2.1", "polylabel": "^2.0.1" }, "devDependencies": { "@types/core-js": "^2.5.8", "@types/node": "^20.12.7", "@types/polylabel": "^1.1.3", "eslint": "^8.7.0", "glob": "^10.3.12", "typedoc": "^0.25.13", "typescript": "^5.2.2", "vite": "^5.1.4", "vite-plugin-dts": "^3.8.1", "vite-plugin-lib-inject-css": "^2.0.1" } }