initial commit

This commit is contained in:
2026-05-07 06:41:36 +01:00
commit 783400884a
23 changed files with 2904 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "proxmox-monitor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.16.0",
"next": "^15.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"swr": "^2.3.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"postcss": "^8.5.0",
"tailwindcss": "^4.1.0"
}
}