Restructure JS packages folders

This commit is contained in:
2026-09-11 16:27:25 +02:00
parent 8c1a608bf9
commit 2dd98daba7
8 changed files with 2196 additions and 89 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "caprigis",
"version": "0.01",
"main": "index.js",
"author": "Nicolò P.",
"license": "GPL-3.0-or-later",
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@kalisio/leaflet-graphicscale": "^1.0.0",
"@photo-sphere-viewer/core": "^5.11.1",
"bulma": "^1.0.1",
"fontawesome-free": "^1.0.4",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"proj4": "^2.9.4",
"spotlight.js": "^0.7.8"
},
"devDependencies": {
"standard": "^17.1.2"
}
}