]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - package.json
/reverse.html should be reverse.html to app works in subdirectory
[nominatim-ui.git] / package.json
index 9c4ac6997d42ab1736a0d7554ac8690795af2d88..86c19a2ce01c29cb803d641ad60610791def003e 100644 (file)
@@ -1,21 +1,28 @@
 {
   "name": "nominatim-ui",
-  "version": "1.0.0",
-  "description": "",
+  "version": "1.2.5",
+  "description": "Debug web interface for Nominatim geocoder",
   "main": "index.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "start": "./node_modules/.bin/static -c 0 -p 8000 dist",
+    "build": "./build.sh",
+    "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",
+  "license": "GPL-2.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.6.0",
+    "@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.7.0",
     "leaflet-minimap": "3.6.1"
+  },
+  "dependencies": {
+    "node-static": "^0.7.11"
   }
 }