-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.71 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.71 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
83
84
85
86
87
88
89
{
"name": "gitmarkdown-init",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.37",
"@ai-sdk/openai": "^3.0.25",
"@ai-sdk/react": "^3.0.75",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@modelcontextprotocol/sdk": "^1.26.0",
"@octokit/rest": "^22.0.1",
"@pierre/diffs": "^1.0.10",
"@streamdown/code": "^1.0.1",
"@tailwindcss/typography": "^0.5.19",
"@tiptap/extension-code-block-lowlight": "^3.19.0",
"@tiptap/extension-collaboration": "^3.19.0",
"@tiptap/extension-collaboration-cursor": "^2.26.2",
"@tiptap/extension-color": "^3.19.0",
"@tiptap/extension-highlight": "^3.19.0",
"@tiptap/extension-image": "^3.19.0",
"@tiptap/extension-link": "^3.19.0",
"@tiptap/extension-placeholder": "^3.19.0",
"@tiptap/extension-subscript": "^3.19.0",
"@tiptap/extension-superscript": "^3.19.0",
"@tiptap/extension-table": "^3.19.0",
"@tiptap/extension-table-cell": "^3.19.0",
"@tiptap/extension-table-header": "^3.19.0",
"@tiptap/extension-table-row": "^3.19.0",
"@tiptap/extension-task-item": "^3.19.0",
"@tiptap/extension-task-list": "^3.19.0",
"@tiptap/extension-text-align": "^3.19.0",
"@tiptap/extension-text-style": "^3.19.0",
"@tiptap/extension-typography": "^3.19.0",
"@tiptap/extension-underline": "^3.19.0",
"@tiptap/pm": "^3.19.0",
"@tiptap/react": "^3.19.0",
"@tiptap/starter-kit": "^3.19.0",
"@tiptap/suggestion": "^3.19.0",
"ai": "6.0.73",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"diff": "^8.0.3",
"emoji-mart": "^5.6.0",
"firebase": "^12.9.0",
"firebase-admin": "^13.6.1",
"jszip": "^3.10.1",
"lowlight": "^3.3.0",
"lucide-react": "^0.563.0",
"mermaid": "^11.12.2",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"shiki": "^3.22.0",
"sonner": "^2.0.7",
"streamdown": "^2.1.0",
"tailwind-merge": "^3.4.0",
"tiptap-markdown": "^0.9.0",
"tokenlens": "^1.3.1",
"y-fire": "^2.1.1",
"y-prosemirror": "^1.3.7",
"yjs": "^13.6.29",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.15.7",
"@tailwindcss/postcss": "^4",
"@types/diff": "^7.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}