facilmap/frontend/package.json

96 wiersze
2.8 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": {
2021-02-28 22:17:26 +00:00
"build": "webpack",
"clean": "rimraf dist",
"dev-server": "webpack serve --mode development"
},
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
2021-03-13 09:43:32 +00:00
"@types/hammerjs": "^2.0.39",
"@types/scrollparent": "^2.0.0",
2020-03-14 00:01:11 +00:00
"blob": "^0.1.0",
2021-02-28 22:17:26 +00:00
"bootstrap": "x",
2020-04-15 00:44:54 +00:00
"bootstrap-touchspin": "^4.3.0",
2021-01-23 11:38:26 +00:00
"bootstrap-vue": "^2.21.1",
2020-03-14 00:01:11 +00:00
"clipboard": "^2.0.6",
2021-03-04 15:45:34 +00:00
"copy-to-clipboard": "^3.3.1",
"domutils": "^2.4.4",
2020-04-15 00:44:54 +00:00
"facilmap-client": "^2.7.0",
2021-02-28 22:17:26 +00:00
"facilmap-leaflet": "^2.7.0",
"facilmap-utils": "^2.7.0",
"file-saver": "^2.0.5",
2021-03-13 09:43:32 +00:00
"hammerjs": "^2.0.8",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"leaflet": "^1.7.1",
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",
2018-09-26 22:15:02 +00:00
"leaflet-mouse-position": "^1.0.4",
"leaflet.heightgraph": "^1.4.0",
"leaflet.locatecontrol": "^0.72.0",
2020-03-14 00:01:11 +00:00
"linkifyjs": "^2.1.9",
2021-03-04 15:45:34 +00:00
"lodash": "^4.17.21",
"markdown": "^0.5.0",
2020-03-14 00:01:11 +00:00
"osmtogeojson": "^3.0.0-beta.4",
2021-03-04 15:45:34 +00:00
"portal-vue": "^2.1.7",
2021-01-23 11:38:26 +00:00
"tablesorter": "^2.31.3",
2021-03-04 15:45:34 +00:00
"vee-validate": "^3.4.5",
2021-01-23 11:38:26 +00:00
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
2021-03-06 08:11:34 +00:00
"vue-color": "^2.8.1",
2021-03-04 15:45:34 +00:00
"vue-property-decorator": "^9.1.2",
2021-03-11 17:01:40 +00:00
"vuedraggable": "^2.24.3"
},
2016-02-26 15:36:00 +00:00
"devDependencies": {
2021-02-28 22:17:26 +00:00
"@types/copy-webpack-plugin": "^6.4.0",
2021-03-04 15:45:34 +00:00
"@types/jest": "^26.0.20",
2020-12-24 17:51:21 +00:00
"@types/jquery": "^3.5.5",
2021-01-23 11:38:26 +00:00
"@types/leaflet": "^1.5.19",
2021-02-28 22:17:26 +00:00
"@types/leaflet-mouse-position": "^1.2.0",
"@types/leaflet.locatecontrol": "^0.60.7",
"@types/webpack-bundle-analyzer": "^3.9.1",
"@types/webpack-dev-server": "^3.11.1",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"ejs-compiled-loader": "^3.0.0",
2020-12-24 04:57:46 +00:00
"facilmap-types": "^2.7.0",
2021-02-28 22:17:26 +00:00
"html-loader": "x",
"html-webpack-plugin": "x",
2021-03-04 15:45:34 +00:00
"jest": "^26.6.3",
2021-02-28 22:17:26 +00:00
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
2018-09-26 22:15:02 +00:00
"svgo": "^1.1.1",
2021-03-04 15:45:34 +00:00
"ts-jest": "^26.5.3",
2021-02-28 22:17:26 +00:00
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
2021-02-28 22:17:26 +00:00
"vue-template-compiler": "^2.6.12",
"vue-template-loader": "^1.1.0",
"webpack": "^5.11.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.2.0",
2021-02-28 22:17:26 +00:00
"webpack-dev-server": "^3.11.2",
2018-12-26 03:42:45 +00:00
"webpack-hot-middleware": "^2.24.3"
}
2016-02-26 15:36:00 +00:00
}