facilmap/frontend/package.json

92 wiersze
2.6 KiB
JSON

{
"name": "facilmap-frontend",
"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": {
"build": "webpack",
"clean": "rimraf dist",
"dev-server": "webpack serve --mode development"
},
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
"blob": "^0.1.0",
"bootstrap": "x",
"bootstrap-touchspin": "^4.3.0",
"bootstrap-vue": "^2.21.1",
"clipboard": "^2.0.6",
"copy-to-clipboard": "^3.3.1",
"domutils": "^2.4.4",
"facilmap-client": "^2.7.0",
"facilmap-leaflet": "^2.7.0",
"facilmap-utils": "^2.7.0",
"file-saver": "^2.0.5",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"leaflet": "^1.7.1",
"leaflet-geometryutil": "^0.9.3",
"leaflet-graphicscale": "^0.0.2",
"leaflet-mouse-position": "^1.0.4",
"leaflet.heightgraph": "^1.4.0",
"leaflet.locatecontrol": "^0.72.0",
"linkifyjs": "^2.1.9",
"lodash": "^4.17.21",
"markdown": "^0.5.0",
"osmtogeojson": "^3.0.0-beta.4",
"portal-vue": "^2.1.7",
"tablesorter": "^2.31.3",
"vee-validate": "^3.4.5",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue2-touch-events": "^3.2.0"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^6.4.0",
"@types/jest": "^26.0.20",
"@types/jquery": "^3.5.5",
"@types/leaflet": "^1.5.19",
"@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",
"facilmap-types": "^2.7.0",
"html-loader": "x",
"html-webpack-plugin": "x",
"jest": "^26.6.3",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"svgo": "^1.1.1",
"ts-jest": "^26.5.3",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"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",
"webpack-dev-server": "^3.11.2",
"webpack-hot-middleware": "^2.24.3"
}
}