{
  "name": "@bull-board/ui",
  "version": "6.10.1",
  "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.10.1"
  },
  "devDependencies": {
    "@codemirror/commands": "^6.8.1",
    "@codemirror/lang-json": "^6.0.1",
    "@codemirror/language": "^6.11.1",
    "@codemirror/lint": "^6.8.5",
    "@codemirror/state": "^6.5.2",
    "@codemirror/view": "^6.37.1",
    "@lezer/common": "^1.2.3",
    "@radix-ui/react-alert-dialog": "^1.1.14",
    "@radix-ui/react-collapsible": "^1.1.11",
    "@radix-ui/react-dialog": "^1.1.14",
    "@radix-ui/react-dropdown-menu": "^2.1.15",
    "@radix-ui/react-switch": "^1.2.5",
    "@rsbuild/core": "^1.3.22",
    "@rsbuild/plugin-react": "^1.3.2",
    "@rsbuild/plugin-type-check": "^1.2.2",
    "@types/react": "^17.0.87",
    "@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.9.0",
    "clsx": "^2.1.1",
    "codemirror-json-schema": "^0.8.1",
    "date-fns": "2.30.0",
    "highlight.js": "^11.11.1",
    "i18next": "^25.2.1",
    "i18next-hmr": "^3.1.4",
    "i18next-http-backend": "^3.0.2",
    "i18next-locales-sync": "^2.1.1",
    "nanoid": "^5.1.5",
    "pretty-bytes": "^7.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-i18next": "^15.5.2",
    "react-paginate": "^8.3.0",
    "react-router-dom": "^5.3.4",
    "react-toastify": "^7.0.4",
    "zustand": "^4.5.7"
  },
  "publishConfig": {
    "access": "public"
  }
}
