maposmatic/www/static/package.json

41 wiersze
1.2 KiB
JSON

{
"name": "maposmatic",
"version": "0.9.1",
"private": true,
"description": "maposmatic django web frontend",
"main": "manage.py",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage:": "https://print.get-map.org/",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/hholzgra/maposmatic"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@mapbox/leaflet-omnivore": "^0.3.4",
"bootstrap": "^4.3.1",
"bootstrap-material-design": "^4.1.3",
"fastsearch": "^1.11.1",
"fastselect": "^0.7.3",
"flag-icon-css": "^3.3.0",
"jquery": "^3.5.1",
"leaflet": "^1.4.0",
"leaflet-easybutton": "^2.4.0",
"leaflet-gpx": "^1.0.0",
"leaflet-heatmap": "^1.0.0",
"leaflet-loading": "^0.1.24",
"leaflet-providers": "^1.6.0",
"leaflet-search": "^3.0.5",
"leaflet.locatecontrol": "^0.66.2",
"leaflet.locationfilter": "git+https://github.com/marcoqu/leaflet-locationfilter.git",
"leaflet.restoreview": "git+https://github.com/makinacorpus/Leaflet.RestoreView.git",
"mdbootstrap": "^4.20.0",
"minimist": "^1.2.6",
"popper.js": "^1.15.0"
}
}