mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: ♻️ Rewrite state system to use Pinia for composer and auth
This commit is contained in:
parent
a6db9e059d
commit
b510782a30
80 changed files with 999 additions and 1011 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue