facilmap/frontend/package.json

117 wiersze
3.4 KiB
JSON
Czysty Zwykły widok Historia

2016-02-26 15:36:00 +00:00
{
"name": "facilmap-frontend",
2021-06-27 14:05:18 +00:00
"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"
],
2021-04-04 13:35:31 +00:00
"homepage": "https://github.com/FacilMap/facilmap",
"bugs": {
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap/issues"
},
"license": "AGPL-3.0",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {
"type": "git",
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap.git"
},
"main": "./dist/frontend.js",
"typings": "./dist/src/lib/index.d.ts",
2021-04-10 00:12:28 +00:00
"files": [
"dist",
"src",
"static",
"iframe-test.html",
"README.md",
"tsconfig.json"
],
"scripts": {
2021-02-28 22:17:26 +00:00
"build": "webpack",
"clean": "rimraf dist",
"dev-server": "webpack serve --config-name app --mode development"
},
"dependencies": {
"@tmcw/togeojson": "^5.6.0",
2020-03-14 00:01:11 +00:00
"blob": "^0.1.0",
2023-09-12 09:15:28 +00:00
"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",
2021-06-27 14:05:18 +00:00
"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",
2021-03-13 09:43:32 +00:00
"hammerjs": "^2.0.8",
"jquery": "^3.6.4",
"jquery-ui": "^1.13.2",
"leaflet": "^1.9.3",
"leaflet-draggable-lines": "^1.2.1",
2017-05-27 22:24:40 +00:00
"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",
2023-09-12 09:15:28 +00:00
"mitt": "^3.0.0",
"osmtogeojson": "^3.0.0-beta.5",
2021-03-18 11:22:34 +00:00
"pluralize": "^8.0.0",
2021-03-18 22:39:34 +00:00
"popper-max-size-modifier": "^0.2.0",
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",
"vee-validate": "^3.4.15",
2023-09-12 09:15:28 +00:00
"vue": "^3.3.4",
2021-03-06 08:11:34 +00:00
"vue-color": "^2.8.1",
2021-04-01 19:31:11 +00:00
"vue-nonreactive": "^0.1.0",
2021-03-11 17:01:40 +00:00
"vuedraggable": "^2.24.3"
},
2016-02-26 15:36:00 +00:00
"devDependencies": {
2023-09-12 09:15:28 +00:00
"@types/bootstrap": "^5.2.6",
2021-05-07 04:56:31 +00:00
"@types/copy-webpack-plugin": "^8.0.0",
2021-05-06 00:59:33 +00:00
"@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",
2021-03-18 11:22:34 +00:00
"@types/pluralize": "^0.0.29",
"@types/scrollparent": "^2.0.1",
2021-04-16 01:13:28 +00:00
"@types/webpack-bundle-analyzer": "^4.4.0",
2021-05-23 16:26:55 +00:00
"@types/webpack-dev-server": "^3.11.4",
"@types/webpack-node-externals": "^2.5.1",
2023-09-12 11:31:55 +00:00
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
2021-05-23 16:26:55 +00:00
"ejs-compiled-loader": "^3.1.0",
2023-09-12 11:31:55 +00:00
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.5.0",
"mini-svg-data-uri": "^1.4.4",
2023-09-12 11:31:55 +00:00
"rimraf": "^5.0.1",
2021-05-23 16:26:55 +00:00
"sass": "^1.34.0",
2023-09-12 11:31:55 +00:00
"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",
2023-09-12 11:31:55 +00:00
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
2023-09-12 11:31:55 +00:00
"typescript": "^5.2.2",
"vue-template-compiler": "^2.7.14",
2021-02-28 22:17:26 +00:00
"vue-template-loader": "^1.1.0",
2023-09-12 11:31:55 +00:00
"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"
}
2016-02-26 15:36:00 +00:00
}