letzte Änderungen + build

This commit is contained in:
2026-06-16 20:55:29 +02:00
parent 792d515b2d
commit 8f15898a0d
36 changed files with 7486 additions and 89 deletions
+6 -3
View File
@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite"
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
@@ -22,7 +23,9 @@
"maplibre-gl": "^5.22.0",
"maplibre-gl-lidar": "^0.15.0",
"proj4": "^2.20.8",
"three": "^0.124.0",
"vite": "^8.0.13"
"three": "^0.124.0"
},
"devDependencies": {
"vite": "^8.0.16"
}
}