facilmap/frontend/package.json

105 wiersze
3.0 KiB
JSON
Czysty Zwykły widok Historia

2016-02-26 15:36:00 +00:00
{
"name": "facilmap-frontend",
2018-01-28 01:12:45 +00:00
"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",
2018-01-31 21:19:15 +00:00
"angular": "^1.6.8",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-sortable": "^0.18.0",
2018-03-16 06:31:52 +00:00
"babel-polyfill": "^6.26.0",
"blob": "^0.0.4",
2018-01-31 21:19:15 +00:00
"bootstrap": "3.x.x",
"bootstrap-touchspin": "^3.1.1",
2018-01-31 21:19:15 +00:00
"clipboard": "^1.7.1",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-drag": "^1.2.1",
"d3-format": "^1.2.2",
"d3-scale": "^2.0.0",
"d3-selection": "^1.3.0",
"d3-shape": "^1.2.0",
"event-stream": "^3.3.4",
2018-01-28 01:12:45 +00:00
"facilmap-client": "^2.7.0",
"file-saver": "^1.3.3",
"filtrex": "^0.5.4",
2018-01-31 21:19:15 +00:00
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
2018-01-31 21:19:15 +00:00
"leaflet": "^1.3.1",
"leaflet-almostover": "git+https://github.com/makinacorpus/Leaflet.AlmostOver.git#gh-pages",
2018-01-31 21:19:15 +00:00
"leaflet-geometryutil": "^0.8.1",
2017-05-27 22:24:40 +00:00
"leaflet-graphicscale": "^0.0.2",
"leaflet-hash": "^0.2.1",
"leaflet-mouse-position": "^1.0.1",
"leaflet-simple-graticule": "^1.0.2",
"leaflet.heightgraph": "https://github.com/GIScience/Leaflet.Heightgraph.git",
2018-01-31 21:19:15 +00:00
"leaflet.locatecontrol": "^0.62.0",
"leaflet.markercluster": "^1.3.0",
"linkifyjs": "^2.1.5",
"marked": "^0.3.12",
"osmtogeojson": "^3.0.0-beta.3",
"tablesorter": "^2.29.5"
},
2016-02-26 15:36:00 +00:00
"devDependencies": {
2018-01-31 21:19:15 +00:00
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"bluebird": "^3.5.1",
"cheerio": "^1.0.0-rc.2",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"ejs-compiled-loader": "^1.1.0",
2018-01-31 21:19:15 +00:00
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.4",
2016-02-26 15:36:00 +00:00
"gulp": "^3.9.1",
2018-01-31 21:19:15 +00:00
"gulp-clean": "^0.4.0",
"gulp-newer": "^1.4.0",
"gulp-util": "^3.0.8",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"imports-loader": "^0.7.1",
"json-loader": "^0.5.7",
"ng-annotate-webpack-plugin": "^0.2.1-pre",
"node-sass": "^4.7.2",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sass-loader": "^6.0.6",
"string-replace-loader": "^1.3.0",
"style-loader": "^0.20.1",
"svgo": "^1.0.4",
"through2": "^2.0.3",
"unzipper": "^0.8.11",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-hot-middleware": "^2.21.2"
},
"resolutions": {
2018-01-31 21:19:15 +00:00
"**/leaflet": "1.3.1",
"**/inherits": "2.0.3",
"**/domelementtype": "1.3.0",
"**/domutils": "1.6.2",
"**/isarray": "2.0.1"
}
2016-02-26 15:36:00 +00:00
}