mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-26 10:50:43 +00:00
Some checks failed
Docker Image - Webmail / build_self_hosted (push) Waiting to run
Docker Image - Webmail / build_github_hosted_fallback (push) Blocked by required conditions
Docker Image - DockFlare / build_self_hosted (push) Has been cancelled
Docker Image - Mail Manager / build_self_hosted (push) Has been cancelled
Docker Image - DockFlare / build_github_hosted_fallback (push) Has been cancelled
Docker Image - Mail Manager / build_github_hosted_fallback (push) Has been cancelled
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "dockflare-webmail",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@tiptap/extension-color": "^2.27.2",
|
|
"@tiptap/extension-font-family": "^2.27.2",
|
|
"@tiptap/extension-highlight": "^2.27.2",
|
|
"@tiptap/extension-image": "^2.6.0",
|
|
"@tiptap/extension-link": "^2.6.0",
|
|
"@tiptap/extension-placeholder": "^2.6.0",
|
|
"@tiptap/extension-text-align": "^2.27.2",
|
|
"@tiptap/extension-text-style": "^2.27.2",
|
|
"@tiptap/extension-typography": "^2.6.0",
|
|
"@tiptap/extension-underline": "^2.27.2",
|
|
"@tiptap/starter-kit": "^2.6.0",
|
|
"@tiptap/vue-3": "^2.6.0",
|
|
"axios": "^1.15.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"dompurify": "^3.4.0",
|
|
"emoji-mart": "^5.6.0",
|
|
"lucide-vue-next": "^0.400.0",
|
|
"pinia": "^2.2.0",
|
|
"radix-vue": "^1.9.0",
|
|
"tailwind-merge": "^2.5.0",
|
|
"vue": "^3.5.0",
|
|
"vue-router": "^4.4.0"
|
|
},
|
|
"overrides": {
|
|
"picomatch": "4.0.4",
|
|
"brace-expansion": "5.0.5",
|
|
"yaml": "2.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.5.0",
|
|
"vite": "^5.4.0",
|
|
"vite-plugin-pwa": "^0.21.0",
|
|
"vue-tsc": "^2.1.0",
|
|
"workbox-precaching": "^7.3.0",
|
|
"workbox-routing": "^7.3.0"
|
|
}
|
|
}
|