backend: initial commit

This commit is contained in:
Davide Scaini
2026-03-28 13:57:12 +01:00
commit 38c5423aeb
36 changed files with 2463 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "bincio-site",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^7.0.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^5.0.0",
"maplibre-gl": "^5.0.0",
"@observablehq/plot": "^0.6.0",
"svelte": "^5.0.0",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
}
}