X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/aabb32c8a1e90534f3ee61e428e668280587dfd9..cb5c9a8f77ae6e220a4565d43ef6f182b7831844:/package.json?ds=inline diff --git a/package.json b/package.json index 138e709..9ce20ed 100644 --- a/package.json +++ b/package.json @@ -4,18 +4,21 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "lint": "node node_modules/.bin/eslint --quiet src/handlebar_helpers.js dist/assets/js/nominatim-ui.js" }, "author": "", "license": "GPL-3.0", "devDependencies": { - "@ungap/url-search-params": "0.1.4", - "bootstrap": "3.4.1", - "bower": "^1.8", - "grunt": "^1.0.2", - "handlebars": "4.5.3", - "jquery": "3.4.1", - "leaflet": "1.3.1", + "@ungap/url-search-params": "^0.2.0", + "bootstrap": "^4.5.0", + "eslint": "^7.0.0", + "eslint-config-airbnb-base": "^14.1.0", + "eslint-plugin-import": "^2.20.2", + "handlebars": "4.7.6", + "jquery": "^3.5.0", + "leaflet": "^1.6.0", "leaflet-minimap": "3.6.1" - } + }, + "dependencies": {} }