aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--clients/www/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index a45dfb6..7ef49c3 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -13,6 +13,9 @@
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
+ "dependencies": {
+ "zora-rs": "workspace:*"
+ },
"devDependencies": {
"@skeletonlabs/skeleton": "2.9.0",
"@skeletonlabs/tw-plugin": "0.3.1",