]> git.openstreetmap.org Git - nominatim-ui.git/blob - package.json
v1.2.4
[nominatim-ui.git] / package.json
1 {
2   "name": "nominatim-ui",
3   "version": "1.2.4",
4   "description": "Debug web interface for Nominatim geocoder",
5   "main": "index.js",
6   "scripts": {
7     "start": "./node_modules/.bin/static -c 0 -p 8000 dist",
8     "build": "./build.sh",
9     "test": "echo \"Error: no test specified\" && exit 1",
10     "lint": "node node_modules/.bin/eslint --quiet src/handlebar_helpers.js dist/assets/js/nominatim-ui.js"
11   },
12   "author": "",
13   "license": "GPL-2.0",
14   "devDependencies": {
15     "@ungap/url-search-params": "^0.2.0",
16     "bootstrap": "^4.5.0",
17     "eslint": "^7.0.0",
18     "eslint-config-airbnb-base": "^14.1.0",
19     "eslint-plugin-import": "^2.20.2",
20     "handlebars": "4.7.6",
21     "jquery": "^3.5.0",
22     "leaflet": "^1.6.0",
23     "leaflet-minimap": "3.6.1"
24   },
25   "dependencies": {
26     "node-static": "^0.7.11"
27   }
28 }