(app-markdown) add necessary library for pad editor

Add the necessary library for the pad editor:
- blocknote editor (Notion like editor)
- yjs and y-webrtc for real-time collaboration
This commit is contained in:
Anthony LC
2024-04-04 15:18:52 +02:00
committed by Anthony LC
parent 5ce77c2138
commit da273d6b2b
2 changed files with 1751 additions and 43 deletions

View File

@@ -15,6 +15,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@blocknote/core": "0.12.4",
"@blocknote/react": "0.12.4",
"@openfun/cunningham-react": "2.7.0",
"@tanstack/react-query": "5.28.14",
"i18next": "23.10.1",
@@ -27,6 +29,8 @@
"react-i18next": "14.1.0",
"react-select": "5.8.0",
"styled-components": "6.1.8",
"y-webrtc": "10.3.0",
"yjs": "13.6.14",
"zustand": "4.5.2"
},
"devDependencies": {

File diff suppressed because it is too large Load Diff