facilmap/leaflet/package.json

85 wiersze
2.4 KiB
JSON

{
"name": "facilmap-leaflet",
"version": "2.7.0",
"description": "Utilities to show FacilMap objects on a Leaflet map.",
"keywords": [
"webpack",
"maps",
"osm",
"facilmap",
"leaflet"
],
"homepage": "https://github.com/FacilMap/facilmap2",
"bugs": {
"url": "https://github.com/FacilMap/facilmap2/issues"
},
"license": "AGPL-3.0",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"main": "./dist/facilmap-leaflet.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap2.git"
},
"scripts": {
"build": "webpack",
"build-module": "webpack --config-name module",
"clean": "rimraf dist",
"dev-server": "webpack serve --mode development --config-name full",
"download-icons": "ts-node ./download-icons.ts",
"types": "tsc --noEmit src/**/*.ts",
"lint": "eslint **/*.ts"
},
"dependencies": {
"facilmap-client": "^2.7.0",
"facilmap-types": "2.7.0",
"facilmap-utils": "2.7.0",
"filtrex": "^2.1.0",
"leaflet-auto-graticule": "^1.0.9",
"leaflet-draggable-lines": "^1.0.6",
"leaflet-freie-tonne": "^1.0.5",
"leaflet-geometryutil": "^0.9.3",
"leaflet-hash": "^0.2.1",
"leaflet-highlightable-layers": "^1.0.8",
"leaflet.markercluster": "^1.4.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/geojson": "^7946.0.7",
"@types/highland": "^2.12.11",
"@types/jest": "^26.0.20",
"@types/leaflet": "^1.5.23",
"@types/leaflet.markercluster": "^1.4.4",
"@types/lodash": "^4.14.168",
"@types/node-fetch": "^2.5.8",
"@types/svgo": "^1.3.4",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.1",
"@types/webpack-env": "^1.16.0",
"@types/webpack-node-externals": "^2.5.0",
"@types/yauzl": "^2.9.1",
"cheerio": "^1.0.0-rc.5",
"css-loader": "^5.1.0",
"highland": "^2.13.5",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"rimraf": "^3.0.2",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"svgo": "^2.1.0",
"ts-jest": "^26.5.2",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"webpack": "^5.24.2",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-node-externals": "^2.5.2",
"yauzl": "^2.10.0"
},
"peerDependencies": {
"leaflet": "x"
}
}