facilmap/frontend/package.json

79 wiersze
2.2 KiB
JSON

{
"name": "facilmap-frontend",
"version": "2.3.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.6.1",
"angular-ui-bootstrap": "^2.3.2",
"angular-ui-sortable": "^0.16.1",
"blob": "^0.0.4",
"bootstrap": "^3.3.7",
"bootstrap-touchspin": "^3.1.1",
"clipboard": "^1.5.16",
"event-stream": "^3.3.4",
"facilmap-client": "^2.3.0",
"filtrex": "^0.5.4",
"jquery": "<3.0.0",
"jquery-ui": "^1.12.1",
"leaflet": "^1.0.3",
"leaflet-almostover": "git+https://github.com/makinacorpus/Leaflet.AlmostOver.git#gh-pages",
"leaflet-geometryutil": "^0.8.0",
"leaflet-hash": "^0.2.1",
"leaflet-simple-graticule": "^1.0.2",
"leaflet.locatecontrol": "^0.59.0",
"linkifyjs": "^2.1.3",
"marked": "^0.3.6",
"osmtogeojson": "^2.2.12"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"cheerio": "^0.22.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-newer": "^1.2.0",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"imports-loader": "^0.7.0",
"json-loader": "^0.5.4",
"ng-annotate-webpack-plugin": "^0.1.3",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"string-replace-loader": "^1.0.5",
"style-loader": "^0.13.1",
"svgo": "^0.7.1",
"through2": "^2.0.1",
"unzipper": "^0.8.4",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
}
}