chore: adding tailwind to the stack (but we can remove it if we don't need it)

This commit is contained in:
jezzahehn 2025-05-10 15:46:45 -04:00
parent 81d9034070
commit 33c6b0cd48
6 changed files with 716 additions and 83 deletions

View file

@ -9,7 +9,9 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.6",
"bulma": "^1.0.4",
"tailwindcss": "^4.1.6",
"vue": "^3.5.13"
},
"devDependencies": {