facilmap/client/package.json

49 wiersze
1.2 KiB
JSON
Czysty Zwykły widok Historia

{
"name": "facilmap-client",
2021-06-27 14:05:18 +00:00
"version": "3.4.0",
"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"
],
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>",
2020-03-15 00:57:41 +00:00
"main": "./dist/client.js",
"repository": {
"type": "git",
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap.git"
},
2021-04-10 00:12:28 +00:00
"files": [
"dist",
"src",
"README.md",
"tsconfig.json"
],
"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-06-27 14:05:18 +00:00
"facilmap-types": "3.4.0",
2021-05-23 16:26:55 +00:00
"socket.io-client": "^4.1.2"
},
"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",
2021-10-09 18:23:43 +00:00
"source-map-loader": "^3.0.0",
2021-05-23 16:26:55 +00:00
"ts-loader": "^9.2.2",
2020-12-24 04:57:46 +00:00
"typescript": "^4.1.3",
2021-05-23 16:26:55 +00:00
"webpack": "^5.37.1",
"webpack-bundle-analyzer": "^4.4.2",
2020-12-24 04:57:46 +00:00
"webpack-cli": "^4.2.0"
}
}