initial release

This commit is contained in:
Justin Visser 2026-03-03 16:16:36 +01:00
parent e156de22c3
commit b3ac11a85e
37 changed files with 3649 additions and 669 deletions

View file

@ -10,13 +10,17 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "3.5.13",
"@tiptap/starter-kit": "^3.20.0",
"@tiptap/vue-3": "^3.20.0",
"marked": "15.0.7",
"tiptap-markdown": "^0.9.0",
"vue": "3.5.13",
"vue-router": "^5.0.3",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.4",
"@tailwindcss/typography": "0.5.16",
"@tailwindcss/vite": "4.1.4",
"@vitejs/plugin-vue": "5.2.3",
"tailwindcss": "4.1.4",
"typescript": "5.7.3",