mirror of
https://github.com/mblanke/Dashboard.git
synced 2026-03-01 12:10:20 -05:00
31 lines
647 B
JSON
31 lines
647 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|