@queuedash/ui
Version:
A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue
72 lines • 2.08 kB
JSON
{
"name": "@queuedash/ui",
"version": "3.6.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.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "^5.71.10",
"@tanstack/react-table": "^8.21.2",
"@trpc/client": "^11.0.2",
"@trpc/react-query": "^11.0.2",
"@trpc/server": "^11.0.2",
"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.7.1",
"react-intersection-observer": "^9.16.0",
"react-json-tree": "^0.20.0",
"react-router": "^7.5.0",
"sonner": "^2.0.3",
"zod": "^3.24.2",
"@queuedash/api": "3.6.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rollup-plugin-typescript-paths": "^1.5.0",
"tailwindcss": "^3.4.16",
"tailwindcss-radix": "^3.0.5",
"typescript": "^5.8.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"
}
}