sdl/sdl-mgr/app/package.json

48 lines
1.2 KiB
JSON

{
"name": "sdl-mgr",
"version": "0.3.9",
"version_date": "2026-02-08",
"description": "Software Defined Laboratory: Manager (sdl-mgr)",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jehaverlack/sdl.git"
},
"author": "John Haverlack",
"copyright": "2026 John Haverlack",
"license": "MIT",
"license_url": "https://opensource.org/license/MIT",
"bugs": {
"url": ""
},
"homepage": "https://github.com/jehaverlack/sdl",
"dependencies": {
"@alenaksu/json-viewer": "^2.0.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"aedes": "^0.51.3",
"bootstrap": "^5.3.7",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.1",
"csv-parse": "^5.6.0",
"d3": "^7.9.0",
"express": "^5.1.0",
"graph.js": "^1.21.1",
"highlight.js": "^11.9.0",
"html-to-image": "^1.11.13",
"marked": "^15.0.11",
"mathjax-full": "^3.2.1",
"mqtt": "^5.14.1",
"node-fetch": "^3.3.2",
"open": "^11.0.0",
"serve-index": "^1.9.1",
"three": "^0.181.2",
"websocket-stream": "^5.5.2",
"ws": "^8.18.3",
"yargs": "^18.0.0"
}
}