feat: Implement initial Caddy panel UI with new pages, components, and styling, along with updated dependencies.

This commit is contained in:
BLACK
2025-12-08 22:47:42 +01:00
parent ea8e3a5f7c
commit 774432b720
38 changed files with 3124 additions and 250 deletions

View File

@@ -9,9 +9,16 @@
"lint": "eslint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@types/uuid": "^10.0.0",
"clsx": "^2.1.1",
"lucide-react": "^0.556.0",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0"
"react-dom": "19.2.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/node": "^20",