Files
zeekayandHanzo Dev a6efa84d86 work-board: consume @luxfi/ui@7.4.0 from npm + drop local line-height pin
Phase-1 built @luxfi/ui locally and consumed it via `file:`, which blocked the
merge. 7.4.0 is now published to npm WITH dist/ (real tarball, 192 dist entries)
via the KMS-gated release path, so switch the dep `file:` -> `@luxfi/ui@7.4.0`
(exact, matching the sibling @hanzogui pins). package-lock now resolves the
registry tarball (integrity sha512-LfUYgZFP…).

Drop the local `body .font_body { line-height: 1.5 }` pin from src/index.css:
7.4.0's AppProvider now ships that Tailwind-Preflight reset itself (injected once
via useInsertionEffect), so every consumer — not just the work-board — inherits
it. One place, one way.

Verified against the npm package: build green (tsc + vite 8.1.5, 1622 modules);
visual-regression 25/25 goldens within 2% (21 zoo + 4 pars white-label), incl.
the task-detail sheet + ⌘K palette overlays that the pin originally fixed.

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
2026-07-18 16:13:31 -07:00

37 lines
1.1 KiB
JSON

{
"name": "work-board",
"private": true,
"version": "0.3.0",
"type": "module",
"description": "White-label on-chain community work platform (Zoo, Pars) — a Dework-style Overview / Board / Open Tasks / Leaderboards / Suggestions / task-detail surface reading the live Bounty / Escrow / Reputation / Karma work-market over JSON-RPC.",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@hanzo/gui": "7.3.0",
"@hanzogui/colors": "7.3.0",
"@hanzogui/config": "7.3.0",
"@hanzogui/core": "7.3.0",
"@hanzogui/lucide-icons-2": "7.3.0",
"@hanzogui/themes": "7.3.0",
"@hanzogui/web": "7.3.0",
"@luxfi/ui": "7.4.0",
"@tanstack/react-query": "^5.76.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-native-web": "^0.21.0",
"viem": "^2.55.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"vite": "^8.1.5"
}
}