feat: RSS feed and config
Some checks failed
Playwright Tests / test (push) Has been cancelled

This commit is contained in:
Loic Coenen
2025-11-02 20:36:07 +01:00
parent 9e872ea8d9
commit 77113c83e2
23 changed files with 1006 additions and 443 deletions

View File

@@ -12,12 +12,14 @@
"dependencies": {
"@chakra-ui/react": "^3.28.0",
"@types/lodash": "^4.17.20",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.13.1",
"lodash": "^4.17.21",
"lucide-react": "^0.552.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"rss-parser": "^3.13.0",
"spinners-react": "^1.0.11",
"styled-components": "^6.1.19"
},