ui groundwork

This commit is contained in:
DecDuck
2024-10-04 14:43:02 +10:00
parent 22ac7f6b15
commit e52f072091
29 changed files with 618 additions and 27 deletions

View File

@ -10,6 +10,8 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@prisma/client": "5.20.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
@ -26,6 +28,10 @@
"@types/bcrypt": "^5.0.2",
"@types/turndown": "^5.0.5",
"@types/uuid": "^10.0.0",
"h3": "^1.12.0"
"autoprefixer": "^10.4.20",
"h3": "^1.12.0",
"postcss": "^8.4.47",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13"
}
}