{ "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", "postinstall": "lerna link" }, "dependencies": { "@mapbox/togeojson": "^0.16.0", "blob": "^0.1.0", "bootstrap": "^3.4.1", "bootstrap-touchspin": "^4.3.0", "bootstrap-vue": "^2.21.1", "clipboard": "^2.0.6", "domutils": "^2.4.4", "event-stream": "^4.0.1", "facilmap-client": "^2.7.0", "file-saver": "^2.0.5", "filtrex": "^2.1.0", "isarray": "^2.0.5", "jquery": "^3.5.1", "jquery-ui": "^1.12.1", "leaflet": "^1.7.1", "leaflet-auto-graticule": "^1.0.2", "leaflet-geometryutil": "^0.9.3", "leaflet-graphicscale": "^0.0.2", "leaflet-hash": "^0.2.1", "leaflet-mouse-position": "^1.0.4", "leaflet.heightgraph": "^1.4.0", "leaflet.locatecontrol": "^0.72.0", "leaflet.markercluster": "^1.4.1", "linkifyjs": "^2.1.9", "markdown": "^0.5.0", "marked": "^1.2.7", "osmtogeojson": "^3.0.0-beta.4", "tablesorter": "^2.31.3", "vue": "^2.6.12", "vue-class-component": "^7.2.6", "vue-property-decorator": "^9.1.2", "vue2-leaflet": "^2.6.0" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-decorators": "^7.12.12", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", "@types/cheerio": "^0.22.23", "@types/jquery": "^3.5.5", "@types/leaflet": "^1.5.19", "@types/marked": "^1.2.1", "@typescript-eslint/eslint-plugin": "^4.11.0", "@typescript-eslint/parser": "^4.11.0", "babel-loader": "^8.2.2", "cheerio": "^1.0.0-rc.5", "copy-webpack-plugin": "^7.0.0", "css-loader": "^5.0.1", "ejs-compiled-loader": "^3.0.0", "eslint": "^7.16.0", "exports-loader": "^1.1.1", "expose-loader": "^1.0.3", "facilmap-types": "^2.7.0", "gulp": "^4.0.0", "gulp-clean": "^0.4.0", "gulp-newer": "^1.4.0", "gulp-util": "^3.0.8", "html-loader": "^1.3.2", "html-webpack-plugin": "^4.5.0", "imports-loader": "^1.2.0", "node-sass": "^5.0.0", "raw-loader": "^4.0.2", "request": "^2.88.2", "request-promise": "^4.2.6", "sass-loader": "^10.1.0", "string-replace-loader": "^3.0.1", "style-loader": "^2.0.0", "svgo": "^1.1.1", "through2": "^4.0.2", "typescript": "^4.1.3", "unzipper": "^0.10.11", "url-loader": "^4.1.1", "webpack": "^5.11.0", "webpack-bundle-analyzer": "^4.3.0", "webpack-cli": "^4.2.0", "webpack-hot-middleware": "^2.24.3" } }