update project

This commit is contained in:
2026-04-27 17:24:22 +02:00
commit 0a6b638004
9 changed files with 5407 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "code-map-libre",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@loaders.gl/core": "^4.4.1",
"@loaders.gl/las": "^4.4.1",
"deck.gl": "^9.3.1",
"maplibre-gl": "^5.22.0",
"vite": "^8.0.7"
}
}