feat: init editor + collaboration

This commit is contained in:
swve 2022-10-27 12:19:18 +02:00
parent 8ca7d9fc1a
commit 85ac404ee7
10 changed files with 1437 additions and 12 deletions

View file

@ -9,12 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"@tiptap/extension-collaboration": "^2.0.0-beta.199",
"@tiptap/extension-collaboration-cursor": "^2.0.0-beta.199",
"@tiptap/react": "^2.0.0-beta.199",
"@tiptap/starter-kit": "^2.0.0-beta.199",
"framer-motion": "^7.3.6",
"next": "12.3.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"styled-components": "^5.3.5"
"styled-components": "^5.3.5",
"y-webrtc": "^10.2.3",
"yjs": "^13.5.42"
},
"devDependencies": {
"@types/node": "18.7.18",