mirror of
https://github.com/mblanke/Dashboard.git
synced 2026-03-01 12:10:20 -05:00
Create complete Dashboard application with Docker, Synology, and Unifi monitoring
Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "Replacement dashboard for homarr and heimdall",
|
||||
"main": "server.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"dev": "node server.js",
|
||||
"dev:frontend": "cd frontend && npm run dev",
|
||||
"build:frontend": "cd frontend && npm run build",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": [
|
||||
"dashboard",
|
||||
"docker",
|
||||
"synology",
|
||||
"unifi",
|
||||
"monitoring"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.13.2",
|
||||
"cors": "^2.8.5",
|
||||
"dockerode": "^4.0.9",
|
||||
"express": "^4.22.1",
|
||||
"node-ssh": "^13.2.1",
|
||||
"ws": "^8.19.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user