X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/32cbdcd98bbf2b8a631529f1bbceaf65a6194550..43c7a20918864acad822b875f42873b0dd3b6d87:/package.json diff --git a/package.json b/package.json index 2b23a65..fcc6fe2 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,25 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "2.2.0", + "version": "3.2.1", "license": "GPL-2.0", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", - "lint": "eslint --quiet .*.js src/", + "lint": "eslint --quiet .*.js src/ test/", + "lint:fix": "eslint --fix .*.js src/ test/", + "test": "rollup -c && mocha --recursive test/", "start": "static-server dist" }, "devDependencies": { - "@rollup/plugin-commonjs": "^17.0.0", - "@rollup/plugin-node-resolve": "^11.0.0", + "@rollup/plugin-commonjs": "^21.0.0", + "@rollup/plugin-node-resolve": "^13.0.0", + "eslint-plugin-mocha": "^10.0", + "fs-extra": "^10.0.0", + "http": "^0.0.1-security", + "http-proxy": "^1.18.1", + "mocha": "^9.0", + "puppeteer": "^13.0", "rollup": "^2.3.4", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-livereload": "^2.0.0", @@ -21,14 +29,14 @@ "svelte": "^3.0.0" }, "dependencies": { - "bootstrap": "^4.6.0", + "bootstrap": "^5.0.0", "escape-html": "^1.0.3", - "eslint": "^7.19.0", - "eslint-config-airbnb-base": "^14.2.1", + "eslint": "^8.0", + "eslint-config-airbnb-base": "^15.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-svelte3": "^3.0.0", - "jquery": "^3.5.1", "leaflet": "^1.7.1", - "leaflet-minimap": "^3.6.1" + "leaflet-minimap": "^3.6.1", + "timeago.js": "^4.0.2" } }