refactor: ♻️ Rewrite state system to use Pinia for composer and auth

This commit is contained in:
Jesse Wierzbinski 2025-08-28 07:41:51 +02:00
parent a6db9e059d
commit b510782a30
No known key found for this signature in database
80 changed files with 999 additions and 1011 deletions

View file

@ -36,6 +36,7 @@
"@floating-ui/dom": "^1.7.4",
"@nuxt/fonts": "^0.11.4",
"@nuxtjs/color-mode": "3.5.2",
"@pinia/nuxt": "^0.11.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
"@tanstack/vue-table": "^8.21.3",
@ -72,6 +73,8 @@
"nanoid": "^5.1.5",
"nuxt": "^4.0.3",
"nuxt-security": "^2.4.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"reka-ui": "^2.4.1",
"shadcn-nuxt": "2.2.0",
"tailwind-merge": "^3.3.1",