Added start of basic FeedItem component
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
44e3135ff8
commit
634e81d022
6 changed files with 117 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue