{ "name": "facilmap-frontend", "version": "2.7.0", "description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.", "keywords": [ "webpack", "maps", "osm" ], "homepage": "https://github.com/FacilMap/facilmap2", "bugs": { "url": "https://github.com/FacilMap/facilmap2/issues" }, "license": "AGPL-3.0", "author": "Candid Dauth ", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap2.git" }, "main": "./entry.js", "scripts": { "deps": "yarn install", "build": "gulp", "clean": "gulp clean" }, "dependencies": { "@mapbox/togeojson": "^0.16.0", "angular": "^1.7.5", "angular-ui-bootstrap": "^2.5.6", "angular-ui-sortable": "^0.19.0", "babel-polyfill": "^6.26.0", "blob": "^0.0.5", "bootstrap": "3.x.x", "bootstrap-touchspin": "^4.2.5", "clipboard": "^2.0.4", "d3-array": "^2.0.2", "d3-axis": "^1.0.12", "d3-drag": "^1.2.3", "d3-format": "^1.3.2", "d3-scale": "^2.1.2", "d3-selection": "^1.3.2", "d3-shape": "^1.2.2", "domutils": "1.7.0", "event-stream": "^4.0.1", "facilmap-client": "^2.7.0", "file-saver": "^2.0.0", "filtrex": "https://github.com/joewalnes/filtrex.git", "isarray": "2.0.4", "jquery": "^3.3.1", "jquery-ui": "^1.12.1", "leaflet": "1.3.4", "leaflet-geometryutil": "^0.9.0", "leaflet-graphicscale": "^0.0.2", "leaflet-hash": "^0.2.1", "leaflet-mouse-position": "^1.0.4", "leaflet-simple-graticule": "^1.0.2", "leaflet.heightgraph": "https://github.com/GIScience/Leaflet.Heightgraph.git", "leaflet.locatecontrol": "^0.65.2", "leaflet.markercluster": "^1.4.1", "linkifyjs": "^2.1.7", "marked": "^0.5.2", "osmtogeojson": "^3.0.0-beta.3", "tablesorter": "^2.31.1" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "babel-loader": "^8.0.4", "babel-plugin-angularjs-annotate": "^0.9.0", "bluebird": "^3.5.3", "cheerio": "^1.0.0-rc.2", "copy-webpack-plugin": "^4.6.0", "css-loader": "1.x.x", "ejs-compiled-loader": "^1.1.0", "exports-loader": "^0.7.0", "expose-loader": "^0.7.5", "gulp": "^4.0.0", "gulp-clean": "^0.4.0", "gulp-newer": "^1.4.0", "gulp-util": "^3.0.8", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "imports-loader": "^0.8.0", "node-sass": "^4.11.0", "raw-loader": "^1.0.0", "request": "^2.88.0", "request-promise": "^4.2.2", "sass-loader": "^7.1.0", "string-replace-loader": "^2.1.1", "style-loader": "^0.23.1", "svgo": "^1.1.1", "through2": "^3.0.0", "unzipper": "^0.9.7", "url-loader": "^1.1.2", "webpack": "^4.28.2", "webpack-bundle-analyzer": "^3.0.3", "webpack-cli": "^3.1.2", "webpack-hot-middleware": "^2.24.3" }, "resolutions": { "**/leaflet": "1.3.4", "**/inherits": "2.0.3", "**/domelementtype": "1.3.1", "**/domutils": "1.7.0", "**/isarray": "2.0.4" } }