-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
108 lines (108 loc) · 2.51 KB
/
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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "figma-clone",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": {
"name": "Sanidhya Kumar Verma",
"email": "[email protected]",
"url": "https://github.com/sanidhyy"
},
"description": "A minimalist Figma clone using Fabric.js and Liveblocks for real-time collaboration.",
"keywords": [
"reactjs",
"nextjs",
"vercel",
"react",
"liveblocks",
"livekit",
"shadcn",
"shadcn-ui",
"radix-ui",
"cn",
"clsx",
"figma-clone",
"realtime-drawing",
"live-chat",
"live-reactions",
"live-updates",
"sonner",
"zustand",
"zod",
"lucide-react",
"next-themes",
"postcss",
"prettier",
"react-dom",
"tailwindcss",
"tailwindcss-animate",
"ui/ux",
"js",
"javascript",
"typescript",
"eslint",
"html",
"css"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanidhyy/figma-clone.git"
},
"homepage": "https://github.com/sanidhyy/figma-clone#readme",
"bugs": {
"url": "https://github.com/sanidhyy/figma-clone/issues",
"email": "[email protected]"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/sanidhy"
},
{
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/sanidhy"
}
],
"dependencies": {
"@liveblocks/client": "^1.12.0",
"@liveblocks/react": "^1.12.0",
"@liveblocks/react-comments": "^1.12.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fabric": "^5.3.0",
"jspdf": "^2.5.1",
"lucide-react": "^0.462.0",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/fabric": "^5.3.9",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "15.0.3",
"eslint-plugin-unused-imports": "^4.1.3",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}