kripke: add stats

This commit is contained in:
2025-09-24 20:22:19 +09:00
parent 4895dd2863
commit 3edaed9327
9 changed files with 842 additions and 186 deletions

View File

@@ -20,6 +20,9 @@
"@sveltejs/enhanced-img": "0.4.4",
"@sveltejs/kit": "2.20.7",
"@sveltejs/vite-plugin-svelte": "6.2.0",
"@types/d3-array": "^3",
"@types/d3-scale": "^4",
"@types/d3-shape": "^3",
"@types/prismjs": "1.26.5",
"autoprefixer": "10.4.20",
"bits-ui": "1.3.3",
@@ -49,10 +52,13 @@
"@fontsource/zen-kaku-gothic-new": "5.2.5",
"@icons-pack/svelte-simple-icons": "6.4.0",
"@tailwindcss/typography": "0.5.16",
"d3-scale": "4.0.2",
"deepmerge": "4.3.1",
"layerchart": "1.0.12",
"lucide-svelte": "0.475.0",
"svelte-persisted-store": "0.12.0",
"sveltekit-rate-limiter": "0.7.0",
"tailwind-merge": "3.0.2"
"tailwind-merge": "3.0.2",
"zod": "4.1.11"
}
}