Skip to content

Commit

Permalink
feat: add Tiptap editor
Browse files Browse the repository at this point in the history
  • Loading branch information
tesarlukas committed Aug 21, 2024
1 parent 1fa518a commit dcfa0c9
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 670 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"@tiptap/pm": "^2.6.5",
"@tiptap/react": "^2.6.5",
"@tiptap/starter-kit": "^2.6.5",
"clsx": "^2.1.1",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
Loading

0 comments on commit dcfa0c9

Please sign in to comment.