Skip to content

Commit f6a66f4

Browse files
committed
feat: refactor api
1 parent 9859049 commit f6a66f4

20 files changed

Lines changed: 629 additions & 56 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules/
22
dist/
33
.vercel
44
.output
5-
.vinxi
5+
.vinxi
6+
.cache

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@
2222
"@tanstack/react-router": "^1.58.9",
2323
"@tanstack/router-devtools": "^1.58.9",
2424
"@unocss/reset": "^0.62.4",
25+
"cheerio": "^1.0.0",
2526
"clsx": "^2.1.1",
27+
"dayjs": "^1.11.13",
28+
"fast-xml-parser": "^4.5.0",
2629
"favicons-scraper": "^1.3.2",
30+
"flat-cache": "^6.1.0",
2731
"h3": "^1.12.0",
32+
"iconv-lite": "^0.6.3",
2833
"jotai": "^2.10.0",
2934
"node-fetch": "^3.3.2",
35+
"ofetch": "^1.4.0",
3036
"overlayscrollbars": "^2.10.0",
3137
"overlayscrollbars-react": "^0.5.6",
3238
"react": "^18.3.1",

0 commit comments

Comments
 (0)