🚀 Initial commit: Dokploy Dashboard Pro with container controls

This commit is contained in:
2025-06-22 13:32:57 +02:00
parent 7950c13085
commit 7d2c8b71a3
5 changed files with 92 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "dokploy-dashboard-pro",
"version": "1.0.0",
"description": "Modern Docker container management dashboard for Dokploy",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^14.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"dockerode": "^3.3.5",
"lucide-react": "^0.263.1"
},
"engines": {
"node": ">=18.0.0"
}
}