2024-04-15 03:16:57 +02:00
|
|
|
{
|
2025-05-26 11:19:15 +02:00
|
|
|
"name": "@versia/frontend",
|
|
|
|
|
"version": "0.8.0-alpha",
|
|
|
|
|
"private": true,
|
|
|
|
|
"description": "Beautiful, powerful and responsive web client for Versia Server.",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"author": {
|
|
|
|
|
"email": "contact@cpluspatch.com",
|
|
|
|
|
"name": "CPlusPatch",
|
|
|
|
|
"url": "https://cpluspatch.com"
|
|
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"email": "contact@cpluspatch.com",
|
|
|
|
|
"name": "CPlusPatch",
|
|
|
|
|
"url": "https://cpluspatch.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/versia-pub/frontend.git"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt build",
|
|
|
|
|
"dev": "bun nuxt dev --host versia-fe.localhost",
|
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
|
"emojis:generate": "bun run utils/emojis.ts",
|
|
|
|
|
"rebuild-i18n": "paraglide-js compile --project ./project.inlang --outdir ./paraglide",
|
|
|
|
|
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt prepare",
|
|
|
|
|
"lint": "bunx @biomejs/biome check .",
|
|
|
|
|
"check": "bunx tsc -p ."
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@nuxt/fonts": "^0.11.4",
|
|
|
|
|
"@nuxtjs/color-mode": "3.5.2",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2025-06-26 22:40:57 +02:00
|
|
|
"@tailwindcss/vite": "^4.1.11",
|
2025-05-26 11:19:15 +02:00
|
|
|
"@tanstack/vue-table": "^8.21.3",
|
2025-07-10 03:14:49 +02:00
|
|
|
"@tiptap/extension-highlight": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-image": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-link": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-mention": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-placeholder": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-subscript": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-superscript": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-task-item": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-task-list": "^2.25.0",
|
|
|
|
|
"@tiptap/extension-underline": "^2.25.0",
|
|
|
|
|
"@tiptap/pm": "^2.25.0",
|
|
|
|
|
"@tiptap/starter-kit": "^2.25.0",
|
|
|
|
|
"@tiptap/suggestion": "^2.25.0",
|
|
|
|
|
"@tiptap/vue-3": "^2.25.0",
|
2025-06-18 19:37:11 +02:00
|
|
|
"@vee-validate/zod": "^4.15.1",
|
2025-05-28 20:58:07 +02:00
|
|
|
"@versia/client": "0.2.0-alpha.4",
|
2025-05-26 11:19:15 +02:00
|
|
|
"@videojs-player/vue": "^1.0.0",
|
2025-06-18 19:37:11 +02:00
|
|
|
"@vite-pwa/nuxt": "^1.0.4",
|
2025-07-10 03:14:49 +02:00
|
|
|
"@vueuse/core": "^13.5.0",
|
|
|
|
|
"@vueuse/nuxt": "^13.5.0",
|
2025-05-26 11:19:15 +02:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"embla-carousel-vue": "^8.6.0",
|
2025-05-27 21:45:54 +02:00
|
|
|
"emojibase": "^16.0.0",
|
|
|
|
|
"emojibase-data": "^16.0.3",
|
2025-05-26 11:19:15 +02:00
|
|
|
"fuzzysort": "^3.1.0",
|
|
|
|
|
"html-to-text": "^9.0.5",
|
2025-07-10 03:14:49 +02:00
|
|
|
"lucide-vue-next": "^0.525.0",
|
2025-05-26 11:19:15 +02:00
|
|
|
"magic-regexp": "^0.10.0",
|
|
|
|
|
"mitt": "^3.0.1",
|
|
|
|
|
"nanoid": "^5.1.5",
|
2025-07-10 03:14:49 +02:00
|
|
|
"nuxt": "^3.17.6",
|
2025-05-26 11:19:15 +02:00
|
|
|
"nuxt-security": "^2.2.0",
|
2025-07-10 03:14:49 +02:00
|
|
|
"reka-ui": "^2.3.2",
|
2025-05-28 20:58:07 +02:00
|
|
|
"shadcn-nuxt": "2.2.0",
|
2025-06-18 19:37:11 +02:00
|
|
|
"tailwind-merge": "^3.3.1",
|
2025-06-26 22:40:57 +02:00
|
|
|
"tailwindcss": "^4.1.11",
|
2025-05-26 11:19:15 +02:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2025-07-10 03:14:49 +02:00
|
|
|
"tw-animate-css": "^1.3.5",
|
2025-05-26 11:19:15 +02:00
|
|
|
"vaul-vue": "^0.4.1",
|
2025-06-18 19:37:11 +02:00
|
|
|
"vee-validate": "^4.15.1",
|
|
|
|
|
"virtua": "^0.41.5",
|
|
|
|
|
"vue": "^3.5.17",
|
2025-05-26 11:19:15 +02:00
|
|
|
"vue-draggable-plus": "^0.6.0",
|
|
|
|
|
"vue-router": "^4.5.1",
|
2025-06-26 22:40:57 +02:00
|
|
|
"vue-sonner": "^2.0.1",
|
2025-06-18 19:37:11 +02:00
|
|
|
"zod": "^3.25.67"
|
2025-05-26 11:19:15 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-07-10 03:14:49 +02:00
|
|
|
"@biomejs/biome": "^2.1.1",
|
2025-05-26 11:19:15 +02:00
|
|
|
"@iconify-json/fluent-emoji": "^1.2.3",
|
|
|
|
|
"@iconify-json/fluent-emoji-flat": "^1.2.3",
|
|
|
|
|
"@iconify-json/noto": "^1.2.3",
|
|
|
|
|
"@iconify-json/twemoji": "^1.2.2",
|
|
|
|
|
"@iconify/utils": "^2.3.0",
|
2025-07-10 03:14:49 +02:00
|
|
|
"@inlang/paraglide-js": "2.2.0",
|
2025-06-18 19:37:11 +02:00
|
|
|
"@inlang/plugin-m-function-matcher": "^2.1.0",
|
2025-05-26 11:19:15 +02:00
|
|
|
"@inlang/plugin-message-format": "^4.0.0",
|
|
|
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
|
|
|
"@types/html-to-text": "^9.0.4",
|
|
|
|
|
"typescript": "^5.8.3",
|
2025-07-10 03:14:49 +02:00
|
|
|
"vue-tsc": "^3.0.1"
|
2025-05-26 11:19:15 +02:00
|
|
|
},
|
|
|
|
|
"trustedDependencies": [
|
|
|
|
|
"@biomejs/biome",
|
|
|
|
|
"@fortawesome/fontawesome-common-types",
|
|
|
|
|
"@fortawesome/free-regular-svg-icons",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons",
|
|
|
|
|
"@parcel/watcher",
|
|
|
|
|
"@tailwindcss/oxide",
|
|
|
|
|
"esbuild",
|
|
|
|
|
"json-editor-vue",
|
|
|
|
|
"vue-demi"
|
|
|
|
|
]
|
2024-04-15 03:16:57 +02:00
|
|
|
}
|