frontend/package.json

103 lines
3.6 KiB
JSON
Raw Normal View History

{
"name": "versia-fe",
"private": true,
"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": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --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": {
2025-04-10 13:13:07 +02:00
"@nuxt/fonts": "^0.11.1",
"@nuxtjs/color-mode": "3.5.2",
2025-01-16 21:49:29 +01:00
"@tailwindcss/typography": "^0.5.16",
2025-04-10 13:13:07 +02:00
"@tiptap/extension-highlight": "^2.11.7",
"@tiptap/extension-image": "^2.11.7",
"@tiptap/extension-link": "^2.11.7",
"@tiptap/extension-mention": "^2.11.7",
"@tiptap/extension-placeholder": "^2.11.7",
"@tiptap/extension-subscript": "^2.11.7",
"@tiptap/extension-superscript": "^2.11.7",
"@tiptap/extension-task-item": "^2.11.7",
"@tiptap/extension-task-list": "^2.11.7",
"@tiptap/extension-underline": "^2.11.7",
"@tiptap/pm": "^2.11.7",
"@tiptap/starter-kit": "^2.11.7",
"@tiptap/suggestion": "^2.11.7",
"@tiptap/vue-3": "^2.11.7",
2024-12-25 17:22:44 +01:00
"@vee-validate/zod": "^4.15.0",
2025-01-16 21:49:29 +01:00
"@versia/client": "0.1.5",
"@videojs-player/vue": "^1.0.0",
2025-04-10 13:13:07 +02:00
"@vite-pwa/nuxt": "^1.0.0",
"@vueuse/core": "^13.1.0",
"@vueuse/nuxt": "^13.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2025-04-10 13:13:07 +02:00
"embla-carousel-vue": "^8.6.0",
"fuzzysort": "^3.1.0",
"html-to-text": "^9.0.5",
2025-04-10 13:13:07 +02:00
"lucide-vue-next": "^0.487.0",
"magic-regexp": "^0.9.0",
"mitt": "^3.0.1",
2025-03-27 22:20:04 +01:00
"nanoid": "^5.1.5",
2025-04-10 13:13:07 +02:00
"nuxt": "^3.16.2",
2025-03-27 22:20:04 +01:00
"nuxt-security": "^2.2.0",
2025-04-10 13:13:07 +02:00
"reka-ui": "^2.2.0",
"shadcn-nuxt": "2.0.1",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
2025-03-27 22:20:04 +01:00
"vaul-vue": "^0.4.1",
2024-12-25 17:22:44 +01:00
"vee-validate": "^4.15.0",
2024-11-29 21:31:01 +01:00
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
2025-02-14 13:14:29 +01:00
"zod": "^3.24.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
2025-02-09 18:40:31 +01:00
"@iconify-json/fluent-emoji": "^1.2.3",
"@iconify-json/fluent-emoji-flat": "^1.2.3",
2025-03-27 22:20:04 +01:00
"@iconify-json/noto": "^1.2.3",
2024-12-25 17:22:44 +01:00
"@iconify-json/twemoji": "^1.2.2",
2025-02-09 18:40:31 +01:00
"@iconify/utils": "^2.3.0",
2025-04-10 13:13:07 +02:00
"@inlang/paraglide-js": "2.0.11",
2025-03-27 22:20:04 +01:00
"@nuxtjs/tailwindcss": "^6.13.2",
2025-01-16 21:49:29 +01:00
"@tailwindcss/forms": "^0.5.10",
2024-11-05 16:58:19 +01:00
"@types/html-to-text": "^9.0.4",
2025-04-10 13:13:07 +02:00
"typescript": "^5.8.3",
2025-03-27 22:20:04 +01:00
"vue-tsc": "^2.2.8"
},
"trustedDependencies": [
"@biomejs/biome",
"@fortawesome/fontawesome-common-types",
"@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons",
"@parcel/watcher",
"esbuild",
"json-editor-vue",
"vue-demi"
]
}