Reorganize structure with entry point

This commit is contained in:
2024-11-18 11:57:38 +01:00
parent e9c8ac6b07
commit 59204a591f
41 changed files with 215 additions and 155 deletions

15
webgis/js/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "caprigis",
"version": "0.01",
"main": "index.js",
"author": "Nicolò P.",
"license": "GPLv3",
"dependencies": {
"@kalisio/leaflet-graphicscale": "^1.0.0",
"bulma": "^1.0.1",
"fontawesome-free": "^1.0.4",
"leaflet": "^1.9.4",
"spotlight.js": "^0.7.8"
},
"devDependencies": {}
}