initial commit
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user