awa-ui 0.5.3

Web UI and JSON API for the Awa job queue
Documentation
{
  "name": "awa-ui-frontend",
  "private": true,
  "version": "0.1.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "tsc --noEmit",
    "preview": "vite preview"
  },
  "dependencies": {
    "@heroicons/react": "^2",
    "@tanstack/react-query": "^5",
    "@tanstack/react-router": "^1",
    "motion": "^12",
    "react": "^19",
    "react-aria-components": "^1",
    "react-dom": "^19",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3",
    "tailwind-variants": "^1"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "@tailwindcss/vite": "^4",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@vitejs/plugin-react": "^4",
    "tailwindcss": "^4",
    "tailwindcss-react-aria-components": "^2",
    "tw-animate-css": "^1",
    "typescript": "^5.7",
    "vite": "^6",
    "vitest": "^4.1.0"
  }
}