{ "name": "@bull-board/ui", "version": "6.5.0", "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": "6.5.0" }, "devDependencies": { "@codemirror/commands": "^6.5.0", "@codemirror/lang-json": "^6.0.1", "@codemirror/language": "^6.10.1", "@codemirror/lint": "^6.7.1", "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.3", "@lezer/common": "^1.2.2", "@radix-ui/react-alert-dialog": "^1.0.4", "@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.5", "@radix-ui/react-switch": "^1.0.3", "@rsbuild/core": "^1.0.11", "@rsbuild/plugin-react": "^1.0.3", "@rsbuild/plugin-type-check": "^1.0.1", "@types/react": "^17.0.14", "@types/react-dom": "^17.0.14", "@types/react-paginate": "^7.1.4", "@types/react-router-dom": "^5.3.3", "@types/scheduler": "^0.23.0", "axios": "^1.7.7", "clsx": "^1.1.1", "codemirror-json-schema": "^0.7.8", "date-fns": "2.29.3", "highlight.js": "^11.5.1", "i18next": "^23.15.2", "i18next-hmr": "^3.1.3", "i18next-http-backend": "^2.6.2", "i18next-locales-sync": "^2.1.0", "nanoid": "^4.0.1", "pretty-bytes": "^6.1.1", "react": "^17.0.0", "react-dom": "^17.0.0", "react-i18next": "^15.0.2", "react-paginate": "^8.2.0", "react-router-dom": "^5.3.1", "react-toastify": "^7.0.4", "zustand": "^4.5.5" }, "publishConfig": { "access": "public" } }