21 lines
458 B
JSON
21 lines
458 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|