feat: add cache

This commit is contained in:
Ou
2024-10-03 17:24:29 +08:00
parent f6a66f4eba
commit 478312975f
16 changed files with 986 additions and 239 deletions
+5 -5
View File
@@ -22,17 +22,14 @@
"@tanstack/react-router": "^1.58.9",
"@tanstack/router-devtools": "^1.58.9",
"@unocss/reset": "^0.62.4",
"better-sqlite3": "^9.4.3",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fast-xml-parser": "^4.5.0",
"favicons-scraper": "^1.3.2",
"flat-cache": "^6.1.0",
"h3": "^1.12.0",
"iconv-lite": "^0.6.3",
"jotai": "^2.10.0",
"node-fetch": "^3.3.2",
"ofetch": "^1.4.0",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
"react": "^18.3.1",
@@ -52,7 +49,9 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-778e1ed2-20240926",
"ofetch": "^1.4.0",
"eslint-plugin-react-refresh": "^0.4.12",
"nitro-cloudflare-dev": "^0.1.6",
"nitropack": "^2.9.7",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
@@ -61,6 +60,7 @@
"vite": "^5.4.8",
"vite-plugin-with-nitro": "0.0.0-beta.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
"vitest": "^2.1.1",
"wrangler": "^3.79.0"
}
}