-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.65 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
{
"name": "vision-board",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push"
},
"dependencies": {
"@clerk/nextjs": "^6.39.5",
"@liveblocks/client": "^2.12.2",
"@liveblocks/node": "^2.24.4",
"@liveblocks/react": "^2.24.4",
"@neondatabase/serverless": "^0.10.4",
"@radix-ui/react-alert-dialog": "^1.1.16",
"@radix-ui/react-avatar": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.17",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.2.9",
"@radix-ui/react-visually-hidden": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"drizzle-orm": "^0.36.4",
"drizzle-zod": "^0.5.1",
"hono": "^4.12.23",
"konva": "^10.3.0",
"lucide-react": "^0.460.0",
"nanoid": "^5.1.11",
"next": "^15.2.3",
"perfect-freehand": "^1.2.3",
"query-string": "^9.4.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-konva": "^19.2.4",
"swr": "^2.4.1",
"tailwind-merge": "^2.6.1",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.1",
"zod": "^3.25.76",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/node": "^20.19.42",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"drizzle-kit": "^0.28.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.2.3",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"tsx": "^4.22.4",
"typescript": "^5.9.3"
}
}