feat: add marketing site and expand Proxmox management features

This commit is contained in:
Matt
2026-08-10 14:33:06 +00:00
parent 27b9aeb45e
commit 20dd2dc449
70 changed files with 12092 additions and 1282 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "clustri-site",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@fontsource-variable/geist": "^5.3.0",
"@fontsource-variable/jetbrains-mono": "^5.3.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",
"astro": "^5.18.2",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2"
}
}