Added start of basic FeedItem component

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-05-29 14:54:58 +01:00
parent 44e3135ff8
commit 634e81d022
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
6 changed files with 117 additions and 3 deletions

View file

@ -26,6 +26,7 @@
"postcss": "8.4.24",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"prettier-plugin-tailwindcss": "0.3.0",
"svelte": "^3.59.1",
"svelte-check": "^3.0.1",
"tailwindcss": "3.3.2",
@ -34,5 +35,8 @@
"vite": "^4.3.0",
"vitest": "^0.25.3"
},
"type": "module"
"type": "module",
"dependencies": {
"rss-parser": "3.13.0"
}
}