facilmap/frontend/package.json

101 wiersze
2.8 KiB
JSON

{
"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 <cdauth@cdauth.eu>",
"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.9",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-sortable": "^0.19.0",
"babel-polyfill": "^6.26.0",
"blob": "^0.1.0",
"bootstrap": "^3.4.1",
"bootstrap-touchspin": "^4.3.0",
"clipboard": "^2.0.6",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-drag": "^1.2.5",
"d3-format": "^1.4.4",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"domutils": "^2.0.0",
"event-stream": "^4.0.1",
"facilmap-client": "^2.7.0",
"file-saver": "^2.0.0",
"filtrex": "^2.0.0",
"isarray": "^2.0.5",
"jquery": "^3.5.0",
"jquery-ui": "^1.12.1",
"leaflet": "^1.6.0",
"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": "^0.4.1",
"leaflet.locatecontrol": "^0.71.1",
"leaflet.markercluster": "^1.4.1",
"linkifyjs": "^2.1.9",
"marked": "^0.8.2",
"osmtogeojson": "^3.0.0-beta.4",
"tablesorter": "^2.31.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-loader": "^8.1.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.2",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.2",
"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": "^1.1.0",
"html-webpack-plugin": "^4.2.0",
"imports-loader": "^0.8.0",
"node-sass": "^4.13.1",
"raw-loader": "^4.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.2",
"sass-loader": "^8.0.2",
"string-replace-loader": "^2.3.0",
"style-loader": "^1.1.3",
"svgo": "^1.1.1",
"through2": "^3.0.0",
"unzipper": "^0.10.10",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-hot-middleware": "^2.24.3"
}
}