mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: ♻️ Rewrite entire preferences panel and emoji manager from scratch
This commit is contained in:
parent
0443a37508
commit
17bb75733c
51 changed files with 1982 additions and 17 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "versia-fe",
|
||||
"version": "0.1.0",
|
||||
"name": "@versia/frontend",
|
||||
"version": "0.8.0-alpha",
|
||||
"private": true,
|
||||
"description": " Versia Server frontend, designed with Nuxt.",
|
||||
"description": "Beautiful, powerful and responsive web client for Versia Server.",
|
||||
"type": "module",
|
||||
"license": "AGPL-3.0",
|
||||
"author": {
|
||||
|
|
@ -36,6 +36,7 @@
|
|||
"@nuxtjs/color-mode": "3.5.2",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.1.4",
|
||||
"@tanstack/vue-table": "^8.21.3",
|
||||
"@tiptap/extension-highlight": "^2.11.7",
|
||||
"@tiptap/extension-image": "^2.11.7",
|
||||
"@tiptap/extension-link": "^2.11.7",
|
||||
|
|
@ -75,6 +76,7 @@
|
|||
"tw-animate-css": "^1.2.8",
|
||||
"vaul-vue": "^0.4.1",
|
||||
"vee-validate": "^4.15.0",
|
||||
"virtua": "^0.40.4",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.1",
|
||||
"vue-sonner": "^1.3.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue