feat: add admin dashboard

This commit is contained in:
2026-04-29 09:44:57 -04:00
parent e319a5d092
commit baf7a497eb
11 changed files with 939 additions and 67 deletions

View File

@@ -8,6 +8,7 @@
"name": "md-hub-secure-web",
"version": "0.1.0",
"dependencies": {
"lucide-preact": "^1.14.0",
"preact": "^10.27.2",
"preact-iso": "^2.9.3"
},
@@ -1678,6 +1679,15 @@
"yallist": "^3.0.2"
}
},
"node_modules/lucide-preact": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/lucide-preact/-/lucide-preact-1.14.0.tgz",
"integrity": "sha512-d3N5MpFSukscLyPPtZEeYvSIWohLEj/2OJvjrYovWOTKa40bsHaALX9sIDS6skSu+J6bwYRqfwX6GAxlErfSmQ==",
"license": "ISC",
"peerDependencies": {
"preact": "^10.27.2"
}
},
"node_modules/magic-string": {
"version": "0.30.21",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",