Files
MHDMap/package.json
2022-06-28 13:02:50 +02:00

36 lines
910 B
JSON

{
"name": "mhdmap",
"version": "1.0.0",
"description": "Real-time vehicle tracking for Bratislava public transport",
"scripts": {
"start": "node server/index.js",
"watch": "parcel client/index.html",
"build": "parcel build client/index.html"
},
"targets": {
"default": {
"publicUrl": "/mhd"
}
},
"type": "module",
"keywords": ["mhd", "public transport", "gps", "map", "realtime", "tracking"],
"author": "ericek111",
"license": "GPL-3.0-only",
"devDependencies": {
"express": "^4.18.1",
"http-proxy-middleware": "^2.0.6",
"knex": "^2.1.0",
"nanoid": "^4.0.0",
"parcel": "^2.6.0",
"pg": "^8.7.3",
"tinyws": "^0.1.0"
},
"dependencies": {
"@bagage/leaflet.restoreview": "^1.0.1",
"leaflet": "^1.8.0",
"leaflet-geometryutil": "^0.10.1",
"leaflet-layervisibility": "^0.1.0-post1",
"leaflet-search": "^3.0.2"
}
}