librqbit 8.1.1

The main library used by rqbit torrent client. The binary is just a small wrapper on top of it.
Documentation
{
  "name": "rqbit-webui",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc --noEmit && vite build && node post-build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@restart/ui": "^1.6.6",
    "lodash.debounce": "^4.0.8",
    "lodash.sortby": "^4.7",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-icons": "^5.3.0",
    "zustand": "^4.4.7"
  },
  "devDependencies": {
    "@types/lodash.debounce": "^4.0.9",
    "@types/lodash.sortby": "^4.7.9",
    "@types/react": "^18.2.38",
    "@types/react-dom": "^18.2.16",
    "@vitejs/plugin-react": "^4.2.1",
    "autoprefixer": "^10.4.16",
    "postcss": "^8.4.32",
    "prettier": "3.3.3",
    "tailwindcss": "^3.3.6",
    "typescript": "^5.3.2",
    "vite": "^5.4.8",
    "vite-plugin-svgr": "^4.2.0"
  }
}