make counters animated with animejs

This commit is contained in:
maxid
2025-12-06 23:33:03 +01:00
parent 961c89e4e2
commit e117bed738
3 changed files with 68 additions and 12 deletions

11
web/package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "web",
"version": "0.0.1",
"dependencies": {
"animejs": "^4.2.2",
"lucide-svelte": "^0.544.0",
"openapi-fetch": "^0.14.0",
"uuid": "^11.1.0"
@@ -2777,6 +2778,16 @@
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/animejs": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/animejs/-/animejs-4.2.2.tgz",
"integrity": "sha512-Ys3RuvLdAeI14fsdKCQy7ytu4057QX6Bb7m4jwmfd6iKmUmLquTwk1ut0e4NtRQgCeq/s2Lv5+oMBjz6c7ZuIg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/juliangarnier"
}
},
"node_modules/ansi-colors": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",