facilmap/leaflet/package.json

71 wiersze
1.9 KiB
JSON
Czysty Zwykły widok Historia

2021-01-23 11:38:26 +00:00
{
"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",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap2.git"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"clean": "rimraf dist",
"dev-server": "webpack serve --mode development",
"postinstall": "lerna link",
"download-icons": "ts-node ./download-icons.ts"
},
"dependencies": {
"facilmap-client": "^2.7.0",
"facilmap-types": "2.7.0",
"filtrex": "^2.1.0",
"leaflet": "^1.7.1",
"leaflet-auto-graticule": "^1.0.6",
"leaflet-freie-tonne": "^1.0.1",
"leaflet-geometryutil": "^0.9.3",
"leaflet.markercluster": "^1.4.1",
"lodash": "^4.17.20"
},
"devDependencies": {
"@types/highland": "^2.12.11",
"@types/leaflet": "^1.5.21",
"@types/leaflet.markercluster": "^1.4.3",
"@types/lodash": "^4.14.168",
"@types/node-fetch": "^2.5.8",
"@types/svgo": "^1.3.3",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.1",
"@types/yauzl": "^2.9.1",
"cheerio": "^1.0.0-rc.5",
"css-loader": "^5.0.1",
"highland": "^2.13.5",
"node-fetch": "^2.6.1",
"node-sass": "^5.0.0",
"rimraf": "^3.0.2",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"svgo": "^1.3.2",
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.2",
"yauzl": "^2.10.0"
}
}