X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/699ac80513ef299f176d509617c9acb60fbb202d..a0ed9d123f41b46c3905ce6b523252e9b487452a:/package.json diff --git a/package.json b/package.json index 3977c37..f9a3f6f 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,14 @@ "@ungap/url-search-params": "0.1.4", "bootstrap": "3.4.1", "bower": "^1.8", + "eslint": "^6.7.1", + "eslint-config-airbnb-base": "^14.0.0", + "eslint-plugin-import": "^2.18.2", "grunt": "^1.0.2", - "handlebars": "4.1.2", + "handlebars": "4.5.3", "jquery": "3.4.1", - "leaflet": "1.3.1", + "leaflet": "1.6.0", "leaflet-minimap": "3.6.1" - } + }, + "dependencies": {} }