facilmap/client/package.json

44 wiersze
1.1 KiB
JSON
Czysty Zwykły widok Historia

{
"name": "facilmap-client",
2018-01-28 01:12:45 +00:00
"version": "2.7.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"
],
"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",
"dev-server": "webpack-dev-server --mode development"
},
"dependencies": {
2020-03-15 00:57:41 +00:00
"@types/geojson": "^7946.0.7",
2018-09-26 22:15:02 +00:00
"es6-promise": "^4.2.5",
2020-03-15 00:57:41 +00:00
"facilmap-types": "2.7.0",
2020-03-14 00:01:11 +00:00
"socket.io-client": "^2.3.0"
},
"devDependencies": {
2020-03-15 00:57:41 +00:00
"@types/socket.io-client": "^1.4.32",
2020-03-14 00:01:11 +00:00
"rimraf": "^3.0.2",
2020-03-15 00:57:41 +00:00
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
2020-04-15 00:44:54 +00:00
"webpack": "^4.42.1",
2020-03-15 00:57:41 +00:00
"webpack-bundle-analyzer": "^3.6.1",
2020-03-14 00:01:11 +00:00
"webpack-cli": "^3.3.11"
}
}