{ "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": "nuxt build", "dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun --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", "postinstall": "nuxt prepare", "lint": "bunx @biomejs/biome check .", "check": "bunx tsc -p ." }, "dependencies": { "@ark-ui/vue": "^4.4.2", "@nuxt/fonts": "^0.10.2", "@nuxtjs/color-mode": "3.5.2", "@tailwindcss/typography": "^0.5.15", "@vee-validate/zod": "^4.14.7", "@versia/client": "0.1.3", "@vite-pwa/nuxt": "^0.10.6", "@vueuse/core": "^12.0.0", "@vueuse/nuxt": "^12.0.0", "c12": "^2.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "embla-carousel-vue": "^8.5.1", "fastest-levenshtein": "^1.0.16", "html-to-text": "^9.0.5", "iconify-icon": "^2.1.0", "lucide-vue-next": "^0.464.0", "magic-regexp": "^0.8.0", "mitt": "^3.0.1", "nanoid": "^5.0.9", "nuxt": "^3.14.1592", "nuxt-security": "^2.1.5", "nuxt-shiki": "^0.3.0", "overlayscrollbars": "^2.10.1", "overlayscrollbars-vue": "^0.5.9", "radix-vue": "^1.9.10", "shadcn-nuxt": "0.11.3", "shiki": "^1.24.0", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "vee-validate": "^4.14.7", "vue": "^3.5.13", "vue-router": "^4.5.0", "vue-sonner": "^1.3.0", "zod": "^3.23.8" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@iconify-json/fluent-emoji": "^1.2.1", "@iconify-json/fluent-emoji-flat": "^1.2.1", "@iconify-json/noto": "^1.2.1", "@iconify-json/twemoji": "^1.2.1", "@iconify/utils": "^2.1.33", "@nuxtjs/tailwindcss": "^6.12.2", "@tailwindcss/forms": "^0.5.9", "@types/html-to-text": "^9.0.4", "typescript": "^5.7.2", "vue-tsc": "^2.1.10" }, "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" ] }