This commit is contained in:
2026-04-01 17:32:32 +02:00
commit c1b19f996f
8 changed files with 1212 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "workspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"maplibre": "^0.0.1-security",
"maplibre-gl": "^5.21.1",
"vite": "^8.0.3"
}
}