Making progress converting template

This commit is contained in:
Mike Conrad
2025-05-08 20:21:21 -04:00
parent 09cbc3f5a3
commit 8e5fc7d111
7 changed files with 1793 additions and 555 deletions

View File

@ -14,12 +14,14 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@nuxt/eslint": "1.3.0",
"@nuxt/fonts": "0.11.2",
"@nuxt/icon": "1.12.0",
"@nuxt/image": "1.10.0",
"@nuxt/scripts": "0.11.6",
"@tailwindcss/vite": "^4.1.5",
"@nuxtjs/tailwindcss": "^6.14.0",
"@tailwindcss/typography": "^0.5.16",
"@unhead/vue": "^2.0.3",
"eslint": "^9.0.0",
"nuxt": "^3.17.2",
@ -30,10 +32,10 @@
"devDependencies": {
"@mdi/font": "^7.4.47",
"@nuxt/fonts": "^0.11.1",
"@nuxt/postcss8": "^1.1.3",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"sass-embedded": "^1.86.3",
"tailwindcss": "^4.1.5",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6",
"vuetify-nuxt-module": "^0.18.6"