facilmap/client/package.json

42 wiersze
1.1 KiB
JSON
Czysty Zwykły widok Historia

{
"name": "facilmap-client",
2021-03-25 20:03:39 +00:00
"version": "3.0.0-beta1",
"description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.",
"keywords": [
"webpack",
"maps",
"osm",
"facilmap"
],
"homepage": "https://github.com/FacilMap/facilmap2",
"bugs": {
"url": "https://github.com/FacilMap/facilmap2/issues"
},
"license": "AGPL-3.0",
"author": "Candid Dauth <cdauth@cdauth.eu>",
2020-03-15 00:57:41 +00:00
"main": "./dist/client.js",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap2.git"
},
"scripts": {
"build": "webpack",
2020-03-15 00:57:41 +00:00
"watch": "webpack --watch",
"clean": "rimraf dist",
2021-02-28 22:17:26 +00:00
"dev-server": "webpack-dev-server --mode development"
},
"dependencies": {
2021-03-25 20:03:39 +00:00
"facilmap-types": "3.0.0-beta1",
2021-03-19 16:25:03 +00:00
"socket.io-client": "^4.0.0"
},
"devDependencies": {
2020-12-24 04:57:46 +00:00
"@types/geojson": "^7946.0.7",
2020-03-14 00:01:11 +00:00
"rimraf": "^3.0.2",
2020-12-24 04:57:46 +00:00
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.2.0"
}
}