Initial commit

This commit is contained in:
2022-05-23 15:57:15 +02:00
commit 5608d2e5ec
99 changed files with 5636 additions and 0 deletions

11
assets/package.json Normal file
View File

@ -0,0 +1,11 @@
{
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"daisyui": "^2.15.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14"
}
}