2017-02-21 23:55:11 +00:00
|
|
|
{
|
|
|
|
"name": "facilmap-client",
|
2021-03-27 17:17:28 +00:00
|
|
|
"version": "3.0.0-beta2",
|
2017-02-21 23:55:11 +00:00
|
|
|
"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",
|
2017-02-21 23:55:11 +00:00
|
|
|
"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"
|
2017-02-21 23:55:11 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-27 17:17:28 +00:00
|
|
|
"facilmap-types": "3.0.0-beta2",
|
2021-03-19 16:25:03 +00:00
|
|
|
"socket.io-client": "^4.0.0"
|
2017-02-21 23:55:11 +00:00
|
|
|
},
|
|
|
|
"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"
|
2017-02-21 23:55:11 +00:00
|
|
|
}
|
|
|
|
}
|