summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-29 01:54:25 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-29 01:54:25 +0200
commit95069f13d908bfd3c0f3b33f8fad7d8464fd192e (patch)
tree7736f00b4f422e803f3110b7e3ebbcd8a3264ddc /web/package.json
parent41b9d5840ddb6b484fc9f309a95d80f62832cfeb (diff)
feat(web): add dummy tone example
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index d845c29..282a138 100644
--- a/web/package.json
+++ b/web/package.json
@@ -9,6 +9,7 @@
"vite": "^7.1.12"
},
"dependencies": {
- "tailwindcss": "^4.1.16"
+ "tailwindcss": "^4.1.16",
+ "tone": "^15.1.22"
}
}