mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 11:49:34 +00:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "dockflare-webmail",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@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.7.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"dompurify": "^3.1.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"
|
|
}
|
|
}
|