-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@liveblocks-examples/nextjs-yjs-tiptap",
"description": "This example shows how to build a collaborative text editor with Liveblocks, Yjs, Tiptap, and Next.js.",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@liveblocks/client": "^1.2.3",
"@liveblocks/node": "^1.2.3",
"@liveblocks/react": "^1.2.3",
"@liveblocks/yjs": "^1.2.3",
"@supabase/supabase-js": "^2.33.1",
"@tiptap/extension-collaboration": "^2.0.4",
"@tiptap/extension-collaboration-cursor": "^2.0.4",
"@tiptap/pm": "^2.0.4",
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"next": "^13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.3",
"yjs": "^13.6.7"
}
}