Converted to TS, add import

This commit is contained in:
2026-04-03 18:14:42 +10:00
parent 89135a554a
commit 063a393168
23 changed files with 644 additions and 90 deletions
+6
View File
@@ -11,6 +11,7 @@
"@inertiajs/vue3": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^25.5.0",
"@vitejs/plugin-vue": "^6.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.11.0",
@@ -19,7 +20,12 @@
"laravel-vite-plugin": "^3.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vite-plugin-vuetify": "^2.1.3",
"vue": "^3.4.0"
},
"dependencies": {
"vuetify": "^4.0.5"
}
}