818405982d
* Initial commit of the new dashboard code. * Periodically grabbing topology json * Pulling file saving out into its own module * Ignoring downloaded topology file * Moved everything public into a public folder * Refreshing the mixmining report * Mounting static files from /public * Including mixminiming report grabber * Leaving the route in place to pick up later. It's not used right now. * Removing json download from git * Ignoring topology download * Moving recurrent jobs in to a jobs module * Adding websocket dependencies * Starting to get client/server websocket functionality running. * Fixing unused imports * Separating client and server functionality a bit more cleanly * WIP to sketch out the ws client and server a bit more * Initial metrics broadcaster * Import fixup * Spawning rocket in tokio task * Removed outdated comment * removed the js file Co-authored-by: Dave <futurechimp@users.noreply.github.com>
18 lines
493 B
JSON
18 lines
493 B
JSON
{
|
|
"name": "paper-dashboard-2",
|
|
"description": "Bootstrap 4 Paper Design",
|
|
"version": "2.0.0",
|
|
"homepage": "http://creative-tim.com/product/paper-dashboard-2",
|
|
"author": "Creative Tim",
|
|
"license": "Creative Tim License <www.creative-tim.com/license>",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-install": "^1.1.0",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-open": "^3.0.1"
|
|
}
|
|
}
|