|
|
@ -7,27 +7,28 @@ |
|
|
|
"author": "Stephan Bösch-Plepelits <skunk@xover.mud.at>", |
|
|
|
"license": "GPL-3.0", |
|
|
|
"dependencies": { |
|
|
|
"@babel/cli": "^7.11.6", |
|
|
|
"@babel/core": "^7.11.6", |
|
|
|
"@babel/preset-env": "^7.11.5", |
|
|
|
"@fortawesome/fontawesome-free": "^5.14.0", |
|
|
|
"@ideditor/temaki": "^3.24.0", |
|
|
|
"@mapbox/maki": "^5.0.0", |
|
|
|
"@babel/cli": "^7.12.10", |
|
|
|
"@babel/core": "^7.12.10", |
|
|
|
"@babel/plugin-transform-runtime": "^7.12.10", |
|
|
|
"@babel/preset-env": "^7.12.11", |
|
|
|
"@fortawesome/fontawesome-free": "^5.15.1", |
|
|
|
"@ideditor/temaki": "^4.4.0", |
|
|
|
"@mapbox/maki": "^6.2.0", |
|
|
|
"@turf/area": "^6.0.1", |
|
|
|
"@turf/length": "^6.0.2", |
|
|
|
"async": "^2.5.0", |
|
|
|
"async": "^3.2.0", |
|
|
|
"async-foreach": "^0.1.3", |
|
|
|
"babelify": "^10.0.0", |
|
|
|
"color-interpolate": "^1.0.5", |
|
|
|
"event-emitter": "^0.3.5", |
|
|
|
"file-saver": "^2.0.0", |
|
|
|
"file-saver": "^2.0.5", |
|
|
|
"formatcoords": "^1.1.3", |
|
|
|
"i18next-client": "^1.11.4", |
|
|
|
"ip-location": "^1.0.1", |
|
|
|
"json-multiline-strings": "^0.1.0", |
|
|
|
"leaflet": "^1.7.1", |
|
|
|
"leaflet-geosearch": "^2.4.0", |
|
|
|
"leaflet-polylineoffset": "^1.1.0", |
|
|
|
"leaflet-geosearch": "^3.1.0", |
|
|
|
"leaflet-polylineoffset": "^1.1.1", |
|
|
|
"leaflet-textpath": "git+https://github.com/makinacorpus/Leaflet.TextPath.git#leaflet0.8-dev", |
|
|
|
"leaflet.locatecontrol": "^0.72.0", |
|
|
|
"leaflet.polylinemeasure": "git+https://github.com/ppete2/Leaflet.PolylineMeasure.git", |
|
|
@ -35,33 +36,33 @@ |
|
|
|
"measure-ts": "^3.3.2", |
|
|
|
"mini-svg-data-uri": "^1.2.3", |
|
|
|
"modulekit-tabs": "^0.2.2", |
|
|
|
"moment": "^2.27.0", |
|
|
|
"natsort": "^1.0.6", |
|
|
|
"moment": "^2.29.1", |
|
|
|
"natsort": "^2.0.2", |
|
|
|
"opening_hours": "^3.5.0", |
|
|
|
"openstreetbrowser-categories-main": "git+https://github.com/plepe/openstreetbrowser-categories-main.git", |
|
|
|
"openstreetmap-date-format": "^0.2.0", |
|
|
|
"openstreetmap-date-format": "^0.3.1", |
|
|
|
"openstreetmap-date-parser": "^0.1.2", |
|
|
|
"openstreetmap-tag-translations": "git+https://github.com/plepe/openstreetmap-tag-translations.git", |
|
|
|
"overpass-layer": "^2.6.4", |
|
|
|
"query-string": "^5.0.0", |
|
|
|
"overpass-layer": "^3.0.0", |
|
|
|
"query-string": "^6.13.8", |
|
|
|
"sheet-router": "^4.2.3", |
|
|
|
"weight-sort": "^1.3.1" |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"test": "mocha --bail", |
|
|
|
"build": "npm run build-locales && browserify -g browserify-css src/index.js -o dist/tmp1.js && babel --presets @babel/preset-env dist/tmp1.js > dist/tmp2.js && mv dist/tmp2.js dist/openstreetbrowser.js && rm dist/tmp1.js", |
|
|
|
"build": "npm run build-locales && browserify -g browserify-css src/index.js -t [ babelify ] -o dist/openstreetbrowser.js", |
|
|
|
"build-locales": "for i in `ls locales/` ; do browserify locales/$i -o dist/locale-$i ; done", |
|
|
|
"watch": "npm run build-locales && watchify --debug -g browserify-css src/index.js -o dist/openstreetbrowser.js -v", |
|
|
|
"prepare": "npm run build", |
|
|
|
"lint": "standard src/*.js" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"browserify": "^14.4.0", |
|
|
|
"browserify": "^17.0.0", |
|
|
|
"browserify-css": "^0.15.0", |
|
|
|
"leaflet-polylinedecorator": "git+https://github.com/plepe/Leaflet.PolylineDecorator.git", |
|
|
|
"mocha": "^5.2.0", |
|
|
|
"standard": "^10.0.2", |
|
|
|
"watchify": "^3.9.0" |
|
|
|
"mocha": "^8.2.1", |
|
|
|
"standard": "^16.0.3", |
|
|
|
"watchify": "^3.11.1" |
|
|
|
}, |
|
|
|
"standard": { |
|
|
|
"global": [ |
|
|
|