mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: ✨ Implement rich text note composer
This commit is contained in:
parent
e0e8db8d55
commit
f0516cb58a
22 changed files with 569 additions and 135 deletions
18
package.json
18
package.json
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && 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",
|
||||
"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",
|
||||
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt prepare",
|
||||
|
|
@ -33,6 +33,20 @@
|
|||
"@nuxt/fonts": "^0.10.3",
|
||||
"@nuxtjs/color-mode": "3.5.2",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@tiptap/extension-highlight": "^2.10.4",
|
||||
"@tiptap/extension-image": "^2.10.4",
|
||||
"@tiptap/extension-link": "^2.10.4",
|
||||
"@tiptap/extension-mention": "^2.10.4",
|
||||
"@tiptap/extension-placeholder": "^2.10.4",
|
||||
"@tiptap/extension-subscript": "^2.10.4",
|
||||
"@tiptap/extension-superscript": "^2.10.4",
|
||||
"@tiptap/extension-task-item": "^2.10.4",
|
||||
"@tiptap/extension-task-list": "^2.10.4",
|
||||
"@tiptap/extension-underline": "^2.10.4",
|
||||
"@tiptap/pm": "^2.10.4",
|
||||
"@tiptap/starter-kit": "^2.10.4",
|
||||
"@tiptap/suggestion": "^2.10.4",
|
||||
"@tiptap/vue-3": "^2.10.4",
|
||||
"@vee-validate/zod": "^4.15.0",
|
||||
"@versia/client": "0.1.4",
|
||||
"@vite-pwa/nuxt": "^0.10.6",
|
||||
|
|
@ -41,7 +55,7 @@
|
|||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"embla-carousel-vue": "^8.5.1",
|
||||
"fastest-levenshtein": "^1.0.16",
|
||||
"fuzzysort": "^3.1.0",
|
||||
"html-to-text": "^9.0.5",
|
||||
"lucide-vue-next": "^0.469.0",
|
||||
"magic-regexp": "^0.8.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue