themeing, resume route

This commit is contained in:
2022-04-28 16:04:43 +02:00
parent 9d8fad95d3
commit 5e485fd88f
12 changed files with 649 additions and 20 deletions

11
assets/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"daisyui": "^2.14.2",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"autoprefixer": "^10.4.5",
"postcss": "^8.4.12"
}
}