-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.62 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.62 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
53
54
55
56
57
58
59
60
61
{
"name": "collaboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@clerk/nextjs": "^6.38.2",
"@liveblocks/client": "2.17.0",
"@liveblocks/node": "2.17.0",
"@liveblocks/react": "2.17.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/react-color": "^3.0.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.31.6",
"convex-helpers": "^0.1.111",
"date-fns": "^4.1.0",
"html-to-image": "^1.11.13",
"katex": "^0.16.37",
"lucide-react": "^0.563.0",
"mathlive": "^0.108.3",
"nanoid": "^5.1.6",
"next": "16.1.5",
"next-themes": "^0.4.6",
"perfect-freehand": "^1.2.3",
"query-string": "^9.3.1",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-color": "^2.19.3",
"react-colorful": "^5.6.1",
"react-contenteditable": "^3.3.7",
"react-dom": "19.2.3",
"react-error-boundary": "^6.1.1",
"react-katex": "^3.1.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"typewriter-effect": "^2.22.0",
"usehooks-ts": "^3.1.1",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/katex": "^0.16.8",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-katex": "^3.0.4",
"eslint": "^10.0.0",
"eslint-config-next": "^0.2.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}