Files
satoshi 916701a76f Add donation banner with QR code popup
Footer with tagline, BTC address, and hover-triggered QR code
generated client-side via the qrcode library.
2026-05-27 14:23:22 +03:00

25 lines
606 B
JSON

{
"name": "kamado-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Kamado Pool dashboard — Svelte 5 + Vite, talks to kamado-api over REST and WebSocket.",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "^5.6.0",
"vite": "^6.0.0"
},
"dependencies": {
"qrcode": "^1.5.4"
}
}