mirror of
https://github.com/Findus23/POI-Schiltern.git
synced 2024-09-11 06:33:46 +02:00
34 lines
825 B
JSON
34 lines
825 B
JSON
{
|
|
"name": "karte",
|
|
"version": "1.0.0",
|
|
"description": "POI um Schiltern",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"country-language": "^0.1.7",
|
|
"leaflet": "^1.3.1",
|
|
"leaflet.locatecontrol": "^0.79.0",
|
|
"moment": "^2.20.1",
|
|
"opening_hours": "^3.5.0",
|
|
"luxon": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.7.0",
|
|
"@types/luxon": "^3.2.0",
|
|
"esbuild": "^0.19.9",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs build",
|
|
"dev": "node build.mjs serve"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Findus23/POI-Schiltern.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Findus23/POI-Schiltern/issues"
|
|
},
|
|
"homepage": "https://github.com/Findus23/POI-Schiltern#readme"
|
|
}
|