add additional packages\

\
- @triplit/svelte for triplit client\
- @number-flow/svelte for number animations on the habits page\
- svelte-confetti for animation upon completing a habit
This commit is contained in:
hiperman
2026-02-25 01:24:23 -05:00
parent 105fa3dcc8
commit f4c3a9e11d
2 changed files with 55 additions and 0 deletions
+3
View File
@@ -61,8 +61,11 @@
"vitest-browser-svelte": "^2.0.2"
},
"dependencies": {
"@number-flow/svelte": "^0.3.13",
"@triplit/client": "^1.0.50",
"@triplit/svelte": "^1.0.50",
"better-sqlite3": "^12.6.2",
"svelte-confetti": "^2.3.2",
"valibot": "^1.2.0"
}
}