-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.43 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.43 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "forge",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@better-auth/infra": "^0.1.8",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@hookform/resolvers": "^5.2.2",
"@octokit/rest": "^22.0.1",
"@plausible-analytics/tracker": "^0.4.4",
"@scalar/nextjs-api-reference": "^0.9.5",
"@tailwindcss/postcss": "^4.1.4",
"@tanstack/react-query": "^5.90.12",
"@tiptap/extension-code-block-lowlight": "^2.27.1",
"@tiptap/extension-image": "^2.11.2",
"@tiptap/extension-link": "^2.11.2",
"@tiptap/extension-placeholder": "^2.11.2",
"@tiptap/extension-task-item": "^2.11.2",
"@tiptap/extension-task-list": "^2.11.2",
"@tiptap/react": "^2.11.2",
"@tiptap/starter-kit": "^2.11.2",
"@tiptap/suggestion": "^2.11.2",
"@uiw/react-color": "^2.9.2",
"@upstash/realtime": "^1.0.2",
"@upstash/redis": "^1.35.8",
"@vercel/blob": "^2.0.0",
"babel-plugin-react-compiler": "^1.0.0",
"better-auth": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"drizzle-orm": "^0.44.7",
"encoding": "^0.1.13",
"frimousse": "^0.3.0",
"lowlight": "^2.9.0",
"lucide-react": "^0.555.0",
"motion": "^12.23.24",
"next": "^16.1.6",
"next-plausible": "^3.12.5",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
"radix-ui": "^1.4.2",
"react": "^19.2.3",
"react-calendar-heatmap": "^1.10.0",
"react-day-picker": "^9.11.3",
"react-device-detect": "^2.2.3",
"react-dom": "^19.2.3",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.67.0",
"react-hotkeys-hook": "^5.2.1",
"sonner": "^2.0.7",
"spinners-react": "^1.0.11",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"web-vitals": "^5.1.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.7",
"@types/pg": "^8.15.6",
"@types/react": "^19.2.3",
"@types/react-calendar-heatmap": "^1.9.0",
"@types/react-dom": "^19.2.3",
"baseline-browser-mapping": "^2.8.32",
"drizzle-kit": "0.31.7",
"postcss": "^8.5.6",
"tailwindcss": "^4.0.7",
"tsx": "^4.20.3",
"typescript": "^5.9.3"
}
}