]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - package.json
use new place_type from details JSON endpoint
[nominatim-ui.git] / package.json
index 3977c37a748035b97b846474faf8113d91a99ed8..1a65d04aae7273efb77f47f2a0a2a14694be8a3e 100644 (file)
@@ -4,7 +4,8 @@
   "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",
     "@ungap/url-search-params": "0.1.4",
     "bootstrap": "3.4.1",
     "bower": "^1.8",
-    "grunt": "^1.0.2",
-    "handlebars": "4.1.2",
+    "eslint": "^6.8.0",
+    "eslint-config-airbnb-base": "^14.1.0",
+    "eslint-plugin-import": "^2.20.2",
+    "grunt": "^1.1.0",
+    "handlebars": "4.7.6",
     "jquery": "3.4.1",
-    "leaflet": "1.3.1",
+    "leaflet": "1.6.0",
     "leaflet-minimap": "3.6.1"
-  }
+  },
+  "dependencies": {}
 }