facilmap/frontend/package.json

108 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-12-26 03:42:45 +00:00
"angular": "^1.7.5",
2018-01-31 21:19:15 +00:00
"angular-ui-bootstrap": "^2.5.6",
2018-09-26 22:15:02 +00:00
"angular-ui-sortable": "^0.19.0",
2018-03-16 06:31:52 +00:00
"babel-polyfill": "^6.26.0",
2018-12-26 03:42:45 +00:00
"blob": "^0.0.5",
2018-01-31 21:19:15 +00:00
"bootstrap": "3.x.x",
2018-09-26 22:15:02 +00:00
"bootstrap-touchspin": "^4.2.5",
2018-12-26 03:42:45 +00:00
"clipboard": "^2.0.4",
"d3-array": "^2.0.2",
2018-09-26 22:15:02 +00:00
"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",
2018-12-26 03:42:45 +00:00
"event-stream": "^4.0.1",
2018-01-28 01:12:45 +00:00
"facilmap-client": "^2.7.0",
2018-12-26 03:42:45 +00:00
"file-saver": "^2.0.0",
"filtrex": "https://github.com/joewalnes/filtrex.git",
2018-09-26 22:15:02 +00:00
"isarray": "2.0.4",
2018-01-31 21:19:15 +00:00
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
2018-09-26 22:15:02 +00:00
"leaflet": "1.3.4",
"leaflet-geometryutil": "^0.9.0",
2017-05-27 22:24:40 +00:00
"leaflet-graphicscale": "^0.0.2",
"leaflet-hash": "^0.2.1",
2018-09-26 22:15:02 +00:00
"leaflet-mouse-position": "^1.0.4",
"leaflet-simple-graticule": "^1.0.2",
"leaflet.heightgraph": "https://github.com/GIScience/Leaflet.Heightgraph.git",
2018-12-26 03:42:45 +00:00
"leaflet.locatecontrol": "^0.65.2",
2018-09-26 22:15:02 +00:00
"leaflet.markercluster": "^1.4.1",
"linkifyjs": "^2.1.7",
2018-12-26 03:42:45 +00:00
"marked": "^0.5.2",
2018-01-31 21:19:15 +00:00
"osmtogeojson": "^3.0.0-beta.3",
2018-12-26 03:42:45 +00:00
"tablesorter": "^2.31.1"
},
2016-02-26 15:36:00 +00:00
"devDependencies": {
2018-12-26 03:42:45 +00:00
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.4",
2018-09-26 22:15:02 +00:00
"babel-plugin-angularjs-annotate": "^0.9.0",
2018-12-26 03:42:45 +00:00
"bluebird": "^3.5.3",
2018-01-31 21:19:15 +00:00
"cheerio": "^1.0.0-rc.2",
2018-12-26 03:42:45 +00:00
"copy-webpack-plugin": "^4.6.0",
"css-loader": "1.x.x",
"ejs-compiled-loader": "^1.1.0",
2018-09-26 22:15:02 +00:00
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
2018-12-26 03:42:45 +00:00
"gulp": "^4.0.0",
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",
2018-09-26 22:15:02 +00:00
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
2018-12-26 03:42:45 +00:00
"node-sass": "^4.11.0",
"raw-loader": "^1.0.0",
2018-09-26 22:15:02 +00:00
"request": "^2.88.0",
2018-01-31 21:19:15 +00:00
"request-promise": "^4.2.2",
2018-09-26 22:15:02 +00:00
"sass-loader": "^7.1.0",
"string-replace-loader": "^2.1.1",
2018-12-26 03:42:45 +00:00
"style-loader": "^0.23.1",
2018-09-26 22:15:02 +00:00
"svgo": "^1.1.1",
2018-12-26 03:42:45 +00:00
"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": {
2018-09-26 22:15:02 +00:00
"**/leaflet": "1.3.4",
2018-01-31 21:19:15 +00:00
"**/inherits": "2.0.3",
2018-12-26 03:42:45 +00:00
"**/domelementtype": "1.3.1",
2018-09-26 22:15:02 +00:00
"**/domutils": "1.7.0",
"**/isarray": "2.0.4"
}
2016-02-26 15:36:00 +00:00
}