UNPKG

@sidequest/dashboard

Version:

@sidequest/dashboard is the web dashboard for Sidequest, a distributed background job queue system.

62 lines 1.58 kB
{ "name": "@sidequest/dashboard", "version": "1.5.0", "description": "@sidequest/dashboard is the web dashboard for Sidequest, a distributed background job queue system.", "keywords": [ "nodejs", "javascript", "typescript", "queue", "concurrency", "background-jobs", "distributed", "background" ], "homepage": "https://sidequestjs.com/", "bugs": { "url": "https://github.com/sidequestjs/sidequest/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sidequestjs/sidequest.git", "directory": "packages/dashboard" }, "funding": "https://github.com/sponsors/sidequestjs", "packageManager": "yarn@4.9.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "files": [ "dist" ], "scripts": { "build": "npx rollup -c", "dev": "npx rollup -c -w" }, "license": "LGPL-3.0-or-later", "dependencies": { "@sidequest/backend": "1.5.0", "@sidequest/core": "1.5.0", "@sidequest/engine": "1.5.0", "ejs": "^3.1.10", "express": "^5.1.0", "express-basic-auth": "^1.2.1", "express-ejs-layouts": "^2.5.1", "morgan": "^1.10.0" }, "devDependencies": { "@highlightjs/cdn-assets": "^11.11.1", "@types/feather-icons": "^4", "@types/morgan": "^1", "chart.js": "^4.5.0", "daisyui": "^5.0.43", "feather-icons": "^4.29.2", "htmx.org": "^2.0.4" } }