Feat: Add System Control (Standby Mode) and Resource Monitor

This commit is contained in:
cawcenter
2025-12-14 19:50:05 -05:00
parent f7997cdd88
commit 88d3157cd9
8 changed files with 274 additions and 1 deletions

View File

@@ -64,6 +64,7 @@
"papaparse": "^5.5.3",
"pdfmake": "^0.2.20",
"pg": "^8.16.3",
"pidusage": "^4.0.1",
"react": "^18.3.1",
"react-contenteditable": "^3.3.7",
"react-diff-viewer-continued": "^3.4.0",
@@ -86,6 +87,7 @@
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/pidusage": "^2.0.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.18",
@@ -96,4 +98,4 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^11.3.3"
}
}
}