GUI-STUDIO commited on
Commit ·
dbecee1
1
Parent(s): 60dfa0b
Add CryptoRouter and scroll-to-top button
Browse filesAdd 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.
- package.json +2 -0
package.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
| 19 |
"axios": "^1.16.1",
|
| 20 |
"devalue": "^5.8.0",
|
| 21 |
"elysia": "^1.4.28",
|
|
|
|
| 22 |
"hono": "^4.12.18",
|
| 23 |
"http-errors": "^2.0.1",
|
| 24 |
"ky": "^2.0.2",
|
|
@@ -26,6 +27,7 @@
|
|
| 26 |
"puppeteer-core": "^24.43.1",
|
| 27 |
"random-word-slugs": "^0.1.7",
|
| 28 |
"txtgen": "^3.0.7",
|
|
|
|
| 29 |
"valibot": "^1.4.0",
|
| 30 |
"zod": "^4.4.3"
|
| 31 |
},
|
|
|
|
| 19 |
"axios": "^1.16.1",
|
| 20 |
"devalue": "^5.8.0",
|
| 21 |
"elysia": "^1.4.28",
|
| 22 |
+
"fflate": "^0.8.2",
|
| 23 |
"hono": "^4.12.18",
|
| 24 |
"http-errors": "^2.0.1",
|
| 25 |
"ky": "^2.0.2",
|
|
|
|
| 27 |
"puppeteer-core": "^24.43.1",
|
| 28 |
"random-word-slugs": "^0.1.7",
|
| 29 |
"txtgen": "^3.0.7",
|
| 30 |
+
"user-agents": "^2.1.60",
|
| 31 |
"valibot": "^1.4.0",
|
| 32 |
"zod": "^4.4.3"
|
| 33 |
},
|