feat: add source icon

This commit is contained in:
Ou
2024-10-01 00:08:07 +08:00
parent 346f2ee516
commit 3ec92ea3c8
41 changed files with 180 additions and 161 deletions
+4 -4
View File
@@ -9,6 +9,7 @@
"build": "vite build",
"nitro": "nitro build",
"lint": "eslint .",
"favicon": "tsx ./scripts/favicon.ts",
"test": "vitest",
"preview": "vite preview"
},
@@ -21,12 +22,11 @@
"@tanstack/react-router": "^1.58.9",
"@tanstack/router-devtools": "^1.58.9",
"@unocss/reset": "^0.62.4",
"array-differences": "^3.0.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.8.0",
"favicons-scraper": "^1.3.2",
"h3": "^1.12.0",
"jotai": "^2.10.0",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
@@ -45,8 +45,8 @@
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-778e1ed2-20240926",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"nitropack": "^2.9.7",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"unocss": "^0.62.4",