facilmap/frontend/package.json

106 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",
2020-03-14 00:01:11 +00:00
"angular": "^1.7.9",
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",
2020-03-14 00:01:11 +00:00
"blob": "^0.1.0",
"bootstrap": "^3.4.1",
2020-04-15 00:44:54 +00:00
"bootstrap-touchspin": "^4.3.0",
2020-03-14 00:01:11 +00:00
"clipboard": "^2.0.6",
"d3-array": "^2.4.0",
2018-09-26 22:15:02 +00:00
"d3-axis": "^1.0.12",
2020-03-14 00:01:11 +00:00
"d3-drag": "^1.2.5",
2020-04-15 00:44:54 +00:00
"d3-format": "^1.4.4",
2020-03-14 00:01:11 +00:00
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"domutils": "^2.0.0",
2018-12-26 03:42:45 +00:00
"event-stream": "^4.0.1",
2020-04-15 00:44:54 +00:00
"facilmap-client": "^2.7.0",
2018-12-26 03:42:45 +00:00
"file-saver": "^2.0.0",
2020-03-14 00:01:11 +00:00
"filtrex": "^2.0.0",
"isarray": "^2.0.5",
2020-04-15 00:44:54 +00:00
"jquery": "^3.5.0",
"jquery-ui": "^1.12.1",
2020-03-14 00:01:11 +00:00
"leaflet": "^1.6.0",
2020-04-15 00:44:54 +00:00
"leaflet-auto-graticule": "^1.0.2",
2020-03-14 00:01:11 +00:00
"leaflet-geometryutil": "^0.9.3",
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",
2020-03-14 00:01:11 +00:00
"leaflet.heightgraph": "^0.4.1",
2020-04-15 00:44:54 +00:00
"leaflet.locatecontrol": "^0.71.1",
2018-09-26 22:15:02 +00:00
"leaflet.markercluster": "^1.4.1",
2020-03-14 00:01:11 +00:00
"linkifyjs": "^2.1.9",
2020-04-15 00:44:54 +00:00
"marked": "^0.8.2",
2020-03-14 00:01:11 +00:00
"osmtogeojson": "^3.0.0-beta.4",
"tablesorter": "^2.31.3"
},
2016-02-26 15:36:00 +00:00
"devDependencies": {
2020-04-15 00:44:54 +00:00
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
2020-12-24 04:57:46 +00:00
"@babel/preset-typescript": "^7.9.0",
2020-12-24 17:51:21 +00:00
"@types/cheerio": "^0.22.23",
"@types/jquery": "^3.5.5",
2020-12-24 04:57:46 +00:00
"@types/marked": "^0.7.4",
2020-04-15 00:44:54 +00:00
"babel-loader": "^8.1.0",
2020-03-14 00:01:11 +00:00
"babel-plugin-angularjs-annotate": "^0.10.0",
2018-01-31 21:19:15 +00:00
"cheerio": "^1.0.0-rc.2",
2020-03-14 00:01:11 +00:00
"copy-webpack-plugin": "^5.1.1",
2020-04-15 00:44:54 +00:00
"css-loader": "^3.5.2",
"ejs-compiled-loader": "^1.1.0",
2018-09-26 22:15:02 +00:00
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
2020-12-24 04:57:46 +00:00
"facilmap-types": "^2.7.0",
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",
2020-04-15 00:44:54 +00:00
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.2.0",
2018-09-26 22:15:02 +00:00
"imports-loader": "^0.8.0",
2020-03-14 00:01:11 +00:00
"node-sass": "^4.13.1",
"raw-loader": "^4.0.0",
"request": "^2.88.2",
2018-01-31 21:19:15 +00:00
"request-promise": "^4.2.2",
2020-03-14 00:01:11 +00:00
"sass-loader": "^8.0.2",
2020-04-15 00:44:54 +00:00
"string-replace-loader": "^2.3.0",
2020-03-14 00:01:11 +00:00
"style-loader": "^1.1.3",
2018-09-26 22:15:02 +00:00
"svgo": "^1.1.1",
2018-12-26 03:42:45 +00:00
"through2": "^3.0.0",
2020-12-24 04:57:46 +00:00
"typescript": "^3.8.3",
2020-03-14 00:01:11 +00:00
"unzipper": "^0.10.10",
2020-04-15 00:44:54 +00:00
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.7.0",
2020-03-14 00:01:11 +00:00
"webpack-cli": "^3.3.11",
2018-12-26 03:42:45 +00:00
"webpack-hot-middleware": "^2.24.3"
}
2016-02-26 15:36:00 +00:00
}