GUI-STUDIO commited on
Commit
5c613f3
·
1 Parent(s): bfd78bc

Add CryptoRouter and scroll-to-top button

Browse files

Add a new CryptoRouter to the backend API for data compression and
decompression.
Include a scroll-to-top button component in the frontend for improved
navigation.
Update .gitignore files to exclude new StormKit related environment and
configuration files.
Add `fflate` dependency to multiple packages for compression
functionality.

Files changed (1) hide show
  1. package.json +1 -0
package.json CHANGED
@@ -22,6 +22,7 @@
22
  "cheerio": "^1.2.0",
23
  "devalue": "^5.6.3",
24
  "elysia": "latest",
 
25
  "hono": "^4.12.2",
26
  "html-prettify": "^1.0.7",
27
  "http-errors": "^2.0.1",
 
22
  "cheerio": "^1.2.0",
23
  "devalue": "^5.6.3",
24
  "elysia": "latest",
25
+ "fflate": "^0.8.2",
26
  "hono": "^4.12.2",
27
  "html-prettify": "^1.0.7",
28
  "http-errors": "^2.0.1",