UNPKG

@bull-board/ui

Version:

A Dashboard UI built on top of bull or bullmq.

83 lines (82 loc) 2.65 kB
{ "name": "@bull-board/ui", "version": "7.1.5", "description": "A Dashboard UI built on top of bull or bullmq.", "keywords": [ "bull", "bullmq", "redis", "queue", "monitoring", "dashboard" ], "repository": { "type": "git", "url": "git+https://github.com/felixmosh/bull-board.git", "directory": "packages/ui" }, "license": "MIT", "author": "felixmosh", "files": [ "dist", "typings" ], "scripts": { "dev": "rsbuild dev", "build": "rsbuild build", "build:analyze": "BUNDLE_ANALYZE=true rsbuild build", "clean": "rm -rf dist", "sync:locales": "npx i18next-locales-sync -c ./localesSync.config.js", "gen:jsonSchema": "npm run gen:jsonSchema:bullmq && npm run gen:jsonSchema:bull", "gen:jsonSchema:bullmq": "npx ts-json-schema-generator --path '../../node_modules/bullmq/dist/esm/interfaces/**/*.ts' --type 'JobsOptions' --out './src/schemas/bullmq/jobOptions.json'", "gen:jsonSchema:bull": "npx ts-json-schema-generator --path '../../node_modules/bull/*.ts' --type 'Bull.JobOptions' --out './src/schemas/bull/jobOptions.json'" }, "dependencies": { "@bull-board/api": "7.1.5" }, "devDependencies": { "@codemirror/autocomplete": "^6.20.1", "@codemirror/commands": "^6.10.3", "@codemirror/lang-json": "^6.0.2", "@codemirror/language": "^6.12.3", "@codemirror/lint": "^6.9.5", "@codemirror/state": "^6.6.0", "@codemirror/view": "^6.41.0", "@lezer/common": "^1.5.2", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-switch": "^1.2.6", "@rsbuild/core": "^1.7.5", "@rsbuild/plugin-react": "^1.4.6", "@rsbuild/plugin-type-check": "^1.3.4", "@types/react": "^17.0.91", "@types/react-dom": "^17.0.26", "@types/react-paginate": "^7.1.4", "@types/react-router-dom": "^5.3.3", "@types/scheduler": "^0.26.0", "axios": "^1.15.2", "clsx": "^2.1.1", "codemirror-json-schema": "^0.8.1", "date-fns": "2.30.0", "highlight.js": "^11.11.1", "i18next": "^25.10.10", "i18next-hmr": "^3.1.5", "i18next-http-backend": "^3.0.5", "i18next-locales-sync": "^2.1.1", "nanoid": "^5.1.11", "pretty-bytes": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-i18next": "^15.7.4", "react-json-view-lite": "1.5.0", "react-paginate": "^8.3.0", "react-router-dom": "^5.3.4", "react-toastify": "^7.0.4", "zustand": "4.5.7" }, "publishConfig": { "access": "public" } }