-
-
Notifications
You must be signed in to change notification settings - Fork 718
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.23 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.23 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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"dev:email": "email dev",
"prebuild:site": "nx run @blocknote/dev-scripts:gen",
"build:site": "fumadocs-mdx && next build --turbopack",
"start": "next start",
"postinstall": "fumadocs-mdx",
"init-db": "pnpx @better-auth/cli migrate",
"test": "node validate-links.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.31",
"@ai-sdk/google": "^2.0.23",
"@ai-sdk/groq": "^2.0.16",
"@ai-sdk/mistral": "^2.0.19",
"@ai-sdk/openai-compatible": "^1.0.22",
"@ai-sdk/openai": "^2.0.52",
"@aws-sdk/client-s3": "^3.609.0",
"@aws-sdk/s3-request-presigner": "^3.609.0",
"@blocknote/code-block": "workspace:*",
"@blocknote/server-util": "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:*",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@floating-ui/react": "^0.27.16",
"@fumadocs/mdx-remote": "1.3.0",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@mantine/core": "^8.3.4",
"@mantine/hooks": "^8.3.4",
"@mantine/utils": "^6.0.22",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@polar-sh/better-auth": "^1.1.9",
"@polar-sh/nextjs": "^0.4.9",
"@polar-sh/sdk": "^0.34.17",
"@react-email/render": "^1.1.2",
"@react-pdf/renderer": "^4.3.0",
"@sentry/nextjs": "9.14.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.5.0",
"@vercel/og": "^0.6.8",
"@y/y": "14.0.0-19",
"ai": "^5.0.102",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"better-auth": "^1.3.27",
"better-sqlite3": "^11.10.0",
"classnames": "2.3.2",
"clsx": "2.1.1",
"docx": "^9.5.1",
"framer-motion": "^11.18.2",
"fumadocs-core": "15.5.4",
"fumadocs-docgen": "2.0.1",
"fumadocs-mdx": "11.6.9",
"fumadocs-twoslash": "3.1.4",
"fumadocs-typescript": "4.0.6",
"fumadocs-ui": "15.5.4",
"import-in-the-middle": "^1.15.0",
"next": "15.5.9",
"nodemailer": "^7.0.11",
"pg": "^8.16.3",
"react-dom": "^19.2.1",
"react-github-btn": "^1.4.0",
"react-icons": "^5.2.1",
"react": "^19.2.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark": "^15.0.1",
"require-in-the-middle": "^7.5.2",
"shiki": "^3.13.0",
"ts-morph": "26.0.0",
"twoslash": "^0.3.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@blocknote/ariakit": "workspace:*",
"@blocknote/code-block": "workspace:*",
"@blocknote/core": "workspace:*",
"@blocknote/mantine": "workspace:*",
"@blocknote/react": "workspace:*",
"@blocknote/shadcn": "workspace:*",
"@blocknote/xl-docx-exporter": "workspace:*",
"@blocknote/xl-multi-column": "workspace:*",
"@blocknote/xl-pdf-exporter": "workspace:*",
"@mui/material": "^5.17.1",
"@react-email/components": "^0.0.36",
"@react-pdf/renderer": "^4.3.0",
"@tailwindcss/postcss": "^4.1.14",
"@types/better-sqlite3": "7.6.13",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.2",
"@types/nodemailer": "6.4.17",
"@types/pg": "8.11.14",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"next-themes": "0.4.6",
"next-validate-link": "^1.6.3",
"postcss": "^8.5.6",
"react-email": "^4.3.0",
"react-icons": "^5.5.0",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"@y/y": "14.0.0-19"
}
}