facilmap/frontend/package.json

117 wiersze
3.4 KiB
JSON

{
"name": "facilmap-frontend",
"version": "3.4.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/facilmap",
"bugs": {
"url": "https://github.com/FacilMap/facilmap/issues"
},
"license": "AGPL-3.0",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap.git"
},
"main": "./dist/frontend.js",
"typings": "./dist/src/lib/index.d.ts",
"files": [
"dist",
"src",
"static",
"iframe-test.html",
"README.md",
"tsconfig.json"
],
"scripts": {
"build": "webpack",
"clean": "rimraf dist",
"dev-server": "webpack serve --config-name app --mode development"
},
"dependencies": {
"@tmcw/togeojson": "^5.6.0",
"blob": "^0.1.0",
"bootstrap": "^5.3.1",
"bootstrap-touchspin": "^4.6.0",
"bootstrap-vue": "^2.23.1",
"clipboard": "^2.0.11",
"copy-to-clipboard": "^3.3.3",
"decode-uri-component": "^0.4.1",
"domutils": "^3.0.1",
"facilmap-client": "3.4.0",
"facilmap-leaflet": "3.4.0",
"facilmap-types": "3.4.0",
"facilmap-utils": "3.4.0",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"jquery": "^3.6.4",
"jquery-ui": "^1.13.2",
"leaflet": "^1.9.3",
"leaflet-draggable-lines": "^1.2.1",
"leaflet-graphicscale": "^0.0.2",
"leaflet-mouse-position": "^1.2.0",
"leaflet.heightgraph": "^1.4.0",
"leaflet.locatecontrol": "^0.79.0",
"lodash-es": "^4.17.21",
"markdown": "^0.5.0",
"mitt": "^3.0.0",
"osmtogeojson": "^3.0.0-beta.5",
"pluralize": "^8.0.0",
"popper-max-size-modifier": "^0.2.0",
"portal-vue": "^2.1.7",
"tablesorter": "^2.31.3",
"vee-validate": "^3.4.15",
"vue": "^3.3.4",
"vue-color": "^2.8.1",
"vue-nonreactive": "^0.1.0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/copy-webpack-plugin": "^8.0.0",
"@types/decode-uri-component": "^0.2.0",
"@types/file-saver": "^2.0.5",
"@types/hammerjs": "^2.0.41",
"@types/jest": "^29.5.0",
"@types/jquery": "^3.5.16",
"@types/leaflet": "^1.9.3",
"@types/leaflet-mouse-position": "^1.2.1",
"@types/leaflet.locatecontrol": "^0.74.1",
"@types/lodash-es": "^4.17.7",
"@types/pluralize": "^0.0.29",
"@types/scrollparent": "^2.0.1",
"@types/webpack-bundle-analyzer": "^4.4.0",
"@types/webpack-dev-server": "^3.11.4",
"@types/webpack-node-externals": "^2.5.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"ejs-compiled-loader": "^3.1.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.5.0",
"mini-svg-data-uri": "^1.4.4",
"rimraf": "^5.0.1",
"sass": "^1.34.0",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"svgo": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vue-template-compiler": "^2.7.14",
"vue-template-loader": "^1.1.0",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-hot-middleware": "^2.25.4",
"webpack-node-externals": "^3.0.0"
}
}