facilmap/frontend/package.json

116 wiersze
3.3 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": "^4.3.0",
"blob": "^0.1.0",
"bootstrap": "4",
"bootstrap-touchspin": "^4.3.0",
"bootstrap-vue": "^2.21.1",
"clipboard": "^2.0.8",
"copy-to-clipboard": "^3.3.1",
"decode-uri-component": "^0.2.0",
"domutils": "^2.5.0",
"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.0",
"jquery-ui": "^1.12.1",
"leaflet": "^1.7.1",
"leaflet-draggable-lines": "^1.0.11",
"leaflet-graphicscale": "^0.0.2",
"leaflet-mouse-position": "^1.0.4",
"leaflet.heightgraph": "^1.4.0",
"leaflet.locatecontrol": "^0.73.0",
"lodash": "^4.17.21",
"markdown": "^0.5.0",
"osmtogeojson": "^3.0.0-beta.4",
"pluralize": "^8.0.0",
"popper-max-size-modifier": "^0.2.0",
"portal-vue": "^2.1.7",
"tablesorter": "^2.31.3",
"vee-validate": "3",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-color": "^2.8.1",
"vue-nonreactive": "^0.1.0",
"vue-property-decorator": "^9.1.2",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^8.0.0",
"@types/decode-uri-component": "^0.2.0",
"@types/file-saver": "^2.0.1",
"@types/hammerjs": "^2.0.39",
"@types/jest": "^26.0.21",
"@types/jquery": "^3.5.5",
"@types/leaflet": "^1.7.0",
"@types/leaflet-mouse-position": "^1.2.0",
"@types/leaflet.locatecontrol": "^0.60.7",
"@types/pluralize": "^0.0.29",
"@types/scrollparent": "^2.0.0",
"@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": "^26.6.3",
"mini-svg-data-uri": "^1.3.3",
"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": "^2.2.2",
"ts-jest": "^26.5.4",
"ts-loader": "^9.4.4",
"ts-node": "^9.1.1",
"typescript": "^5.2.2",
"vue-template-compiler": "^2.6.12",
"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"
}
}