pretty big refactoring

This commit is contained in:
2023-11-03 16:29:59 +01:00
parent 3175fd3840
commit cf6c57f528
22 changed files with 675 additions and 133 deletions

View File

@ -16,6 +16,7 @@
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"daisyui": "^3.1.6",
"mdsvex": "^0.11.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"svelte": "^4.0.5",
@ -25,5 +26,8 @@
"typescript": "^5.0.0",
"vite": "^4.4.2"
},
"type": "module"
"type": "module",
"dependencies": {
"marked": "^9.1.5"
}
}