-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.32 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "live-docs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^7.2.7",
"@clerk/themes": "^2.4.57",
"@lexical/react": "0.35.0",
"@liveblocks/client": "^3.18.5",
"@liveblocks/node": "^3.18.5",
"@liveblocks/react": "^3.18.5",
"@liveblocks/react-lexical": "^3.18.5",
"@liveblocks/react-ui": "^3.18.5",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jsm-editor": "^0.0.12",
"lexical": "0.35.0",
"lucide-react": "^1.11.0",
"next": "16.2.4",
"react": "^19",
"react-dom": "^19",
"tailwind-merge": "^3.5.0",
"yjs": "^13.6.30"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^10",
"eslint-config-next": "16.2.4",
"postcss": "^8",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^6"
},
"overrides": {
"lexical": "$lexical"
}
}