UNPKG

@queuedash/ui

Version:

A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue

72 lines 2.08 kB
{ "name": "@queuedash/ui", "version": "3.14.0", "description": "A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue", "main": "./dist/main.js", "module": "./dist/main.mjs", "types": "./dist/src/main.d.ts", "files": [ "dist" ], "keywords": [ "bull", "bee-queue", "queue", "bullmq", "dashboard" ], "dependencies": { "@monaco-editor/react": "^4.7.0", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-icons": "^1.3.2", "@tanstack/react-query": "^5.90.5", "@tanstack/react-table": "^8.21.3", "@trpc/client": "^11.6.0", "@trpc/react-query": "^11.6.0", "@trpc/server": "^11.6.0", "clsx": "^2.1.1", "cronstrue": "^2.61.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "monaco-editor": "^0.52.2", "react-aria-components": "^1.13.0", "react-intersection-observer": "^9.16.0", "react-json-tree": "^0.20.0", "react-router": "^7.9.4", "sonner": "^2.0.7", "zod": "^3.24.2", "@queuedash/api": "3.14.0" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.46.1", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.21", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-tailwindcss": "^3.18.2", "postcss": "^8.5.6", "prettier": "^3.6.2", "react": "^19.2.0", "react-dom": "^19.2.0", "rollup-plugin-typescript-paths": "^1.5.0", "tailwindcss": "^3.4.16", "tailwindcss-radix": "^3.0.5", "typescript": "^5.9.3", "vite": "^5.4.19" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "license": "MIT", "scripts": { "build": "tsc && vite build && npx tailwindcss -i src/styles/global.css -o ./dist/styles.css", "dev": "pnpm run build --watch", "tailwind": "npx tailwindcss -i src/styles/global.css -o ./dist/styles.css --watch", "lint": "eslint ./ --fix" } }