-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
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
{
"name": "lxdraw",
"description": "Real-time collaborative whiteboard using Liveblocks and Next.js.",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@liveblocks/client": "^3.13.3",
"@liveblocks/node": "^3.13.3",
"@liveblocks/react": "^3.13.3",
"nanoid": "^3.1.32",
"next": "^16.1.6",
"perfect-freehand": "^0.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^14.14.45",
"@types/react": "^18.3.27",
"autoprefixer": "^10.2.6",
"postcss": "^8.2.15",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.1.8",
"typescript": "^5.4.5"
}
}