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",
|
2021-02-28 22:17:26 +00:00
|
|
|
"types": "./dist/index.d.ts",
|
2021-01-23 11:38:26 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/FacilMap/facilmap2.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack",
|
2021-03-04 15:45:34 +00:00
|
|
|
"build-module": "webpack --config-name module",
|
2021-01-23 11:38:26 +00:00
|
|
|
"clean": "rimraf dist",
|
2021-02-28 22:17:26 +00:00
|
|
|
"dev-server": "webpack serve --mode development --config-name full",
|
|
|
|
"download-icons": "ts-node ./download-icons.ts",
|
|
|
|
"types": "tsc --noEmit src/**/*.ts",
|
|
|
|
"lint": "eslint **/*.ts"
|
2021-01-23 11:38:26 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"facilmap-client": "^2.7.0",
|
|
|
|
"facilmap-types": "2.7.0",
|
2021-02-28 22:17:26 +00:00
|
|
|
"facilmap-utils": "2.7.0",
|
2021-01-23 11:38:26 +00:00
|
|
|
"filtrex": "^2.1.0",
|
2021-02-28 22:17:26 +00:00
|
|
|
"leaflet-auto-graticule": "^1.0.9",
|
2021-03-19 16:25:03 +00:00
|
|
|
"leaflet-draggable-lines": "^1.0.9",
|
2021-03-04 15:45:34 +00:00
|
|
|
"leaflet-freie-tonne": "^1.0.5",
|
2021-01-23 11:38:26 +00:00
|
|
|
"leaflet-geometryutil": "^0.9.3",
|
2021-01-31 07:59:12 +00:00
|
|
|
"leaflet-hash": "^0.2.1",
|
2021-03-05 07:13:44 +00:00
|
|
|
"leaflet-highlightable-layers": "^1.0.9",
|
2021-03-19 16:25:03 +00:00
|
|
|
"leaflet.markercluster": "^1.5.0",
|
2021-02-28 22:17:26 +00:00
|
|
|
"lodash": "^4.17.21"
|
2021-01-23 11:38:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-19 16:25:03 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
2021-02-28 22:17:26 +00:00
|
|
|
"@types/geojson": "^7946.0.7",
|
2021-03-19 16:25:03 +00:00
|
|
|
"@types/highland": "^2.12.12",
|
|
|
|
"@types/jest": "^26.0.21",
|
|
|
|
"@types/leaflet": "^1.7.0",
|
2021-02-28 22:17:26 +00:00
|
|
|
"@types/leaflet.markercluster": "^1.4.4",
|
2021-01-23 11:38:26 +00:00
|
|
|
"@types/lodash": "^4.14.168",
|
|
|
|
"@types/node-fetch": "^2.5.8",
|
2021-03-19 16:25:03 +00:00
|
|
|
"@types/svgo": "^2.0.0",
|
2021-01-23 11:38:26 +00:00
|
|
|
"@types/webpack": "^4.41.26",
|
2021-03-19 16:25:03 +00:00
|
|
|
"@types/webpack-dev-server": "^3.11.2",
|
2021-01-31 07:59:12 +00:00
|
|
|
"@types/webpack-env": "^1.16.0",
|
2021-02-28 22:17:26 +00:00
|
|
|
"@types/webpack-node-externals": "^2.5.0",
|
2021-01-23 11:38:26 +00:00
|
|
|
"@types/yauzl": "^2.9.1",
|
2021-03-04 15:45:34 +00:00
|
|
|
"cheerio": "^1.0.0-rc.5",
|
2021-03-19 16:25:03 +00:00
|
|
|
"css-loader": "^5.1.3",
|
2021-03-05 07:13:44 +00:00
|
|
|
"expose-loader": "^2.0.0",
|
2021-01-23 11:38:26 +00:00
|
|
|
"highland": "^2.13.5",
|
2021-01-31 07:59:12 +00:00
|
|
|
"jest": "^26.6.3",
|
2021-01-23 11:38:26 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
|
|
|
"rimraf": "^3.0.2",
|
2021-02-28 22:17:26 +00:00
|
|
|
"sass-loader": "^11.0.1",
|
2021-01-23 11:38:26 +00:00
|
|
|
"style-loader": "^2.0.0",
|
2021-03-19 16:25:03 +00:00
|
|
|
"svgo": "^2.2.2",
|
|
|
|
"ts-jest": "^26.5.4",
|
|
|
|
"ts-loader": "^8.0.18",
|
2021-01-23 11:38:26 +00:00
|
|
|
"ts-node": "^9.1.1",
|
2021-03-19 16:25:03 +00:00
|
|
|
"typescript": "^4.2.3",
|
|
|
|
"webpack": "^5.26.3",
|
2021-01-23 11:38:26 +00:00
|
|
|
"webpack-bundle-analyzer": "^4.3.0",
|
2021-02-28 22:17:26 +00:00
|
|
|
"webpack-cli": "^4.5.0",
|
2021-01-23 11:38:26 +00:00
|
|
|
"webpack-dev-server": "^3.11.2",
|
2021-02-28 22:17:26 +00:00
|
|
|
"webpack-node-externals": "^2.5.2",
|
2021-01-23 11:38:26 +00:00
|
|
|
"yauzl": "^2.10.0"
|
2021-02-28 22:17:26 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"leaflet": "x"
|
2021-01-23 11:38:26 +00:00
|
|
|
}
|
|
|
|
}
|