-
-
Notifications
You must be signed in to change notification settings - Fork 714
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.48 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.48 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "docs",
"version": "0.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"dev:email": "next dev",
"prebuild:site": "nx run @blocknote/dev-scripts:gen",
"build:site": "fumadocs-mdx && next build",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "eslint",
"init-db": "pnpx @better-auth/cli migrate",
"test": "pnpm -w run gen && node validate-links.mjs"
},
"dependencies": {
"@ai-sdk/groq": "^3.0.2",
"@aws-sdk/client-s3": "^3.609.0",
"@aws-sdk/s3-request-presigner": "^3.609.0",
"@base-ui/react": "^1.1.0",
"@blocknote/ariakit": "workspace:*",
"@blocknote/code-block": "workspace:*",
"@blocknote/core": "workspace:*",
"@blocknote/mantine": "workspace:*",
"@blocknote/react": "workspace:*",
"@blocknote/server-util": "workspace:*",
"@blocknote/shadcn": "workspace:*",
"@blocknote/xl-ai": "workspace:*",
"@blocknote/xl-docx-exporter": "workspace:*",
"@blocknote/xl-email-exporter": "workspace:*",
"@blocknote/xl-multi-column": "workspace:*",
"@blocknote/xl-odt-exporter": "workspace:*",
"@blocknote/xl-pdf-exporter": "workspace:*",
"@fumadocs/base-ui": "16.5.0",
"@liveblocks/client": "^3.17.0",
"@liveblocks/react": "^3.17.0",
"@liveblocks/react-blocknote": "^3.17.0",
"@liveblocks/react-tiptap": "^3.17.0",
"@liveblocks/react-ui": "^3.17.0",
"@mantine/core": "^8.3.11",
"@mantine/hooks": "^8.3.11",
"@mantine/utils": "^6.0.22",
"@marsidev/react-turnstile": "^1.4.2",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@orama/orama": "^3.1.18",
"@polar-sh/better-auth": "^1.6.4",
"@polar-sh/sdk": "^0.42.2",
"@react-email/components": "^1.0.4",
"@react-email/render": "^2.0.4",
"@react-pdf/renderer": "^4.3.0",
"@sentry/nextjs": "^10.34.0",
"@shikijs/core": "^3.19.0",
"@shikijs/engine-javascript": "^3.19.0",
"@shikijs/langs-precompiled": "^3.19.0",
"@shikijs/themes": "^3.19.0",
"@shikijs/types": "^3.19.0",
"@tiptap/core": "^3.13.0",
"@uppy/core": "^3.13.1",
"@uppy/dashboard": "^3.9.1",
"@uppy/drag-drop": "^3.1.1",
"@uppy/file-input": "^3.1.2",
"@uppy/image-editor": "^2.4.6",
"@uppy/progress-bar": "^3.1.1",
"@uppy/react": "^3.4.0",
"@uppy/screen-capture": "^3.2.0",
"@uppy/status-bar": "^3.1.1",
"@uppy/webcam": "^3.4.2",
"@uppy/xhr-upload": "^3.4.0",
"@vercel/analytics": "^1.6.1",
"@y-sweet/react": "^0.6.3",
"ai": "^6.0.5",
"better-auth": "~1.4.15",
"better-sqlite3": "^12.6.2",
"class-variance-authority": "^0.7.1",
"framer-motion": "^12.26.2",
"fumadocs-core": "16.5.0",
"fumadocs-mdx": "^14.2.6",
"fumadocs-twoslash": "^3.1.12",
"fumadocs-typescript": "^5.1.1",
"fumadocs-ui": "npm:@fumadocs/[email protected]",
"lucide-react": "^0.562.0",
"motion": "^12.28.1",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.12",
"pg": "^8.17.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-email": "^5.2.5",
"react-github-btn": "^1.4.0",
"react-icons": "^5.5.0",
"react-use-measure": "^2.1.7",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^3.21.0",
"tailwind-merge": "^3.4.0",
"y-partykit": "^0.0.25",
"yjs": "^13.6.27",
"zod": "^4.3.5"
},
"devDependencies": {
"@blocknote/code-block": "workspace:*",
"@blocknote/core": "workspace:*",
"@blocknote/mantine": "workspace:*",
"@blocknote/react": "workspace:*",
"@blocknote/server-util": "workspace:*",
"@blocknote/shadcn": "workspace:*",
"@blocknote/xl-ai": "workspace:*",
"@blocknote/xl-docx-exporter": "workspace:*",
"@blocknote/xl-email-exporter": "workspace:*",
"@blocknote/xl-multi-column": "workspace:*",
"@blocknote/xl-odt-exporter": "workspace:*",
"@blocknote/xl-pdf-exporter": "workspace:*",
"@tailwindcss/postcss": "^4.1.18",
"@types/better-sqlite3": "^7.6.13",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.5",
"@types/nodemailer": "^7.0.5",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"next-validate-link": "^1.6.4",
"postcss": "^8.5.6",
"serve": "^14.2.6",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}