-
-
Notifications
You must be signed in to change notification settings - Fork 742
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.31 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
{
"name": "@blocknote/example-editor",
"private": true,
"type": "module",
"version": "0.26.0",
"scripts": {
"dev": "vp dev --host",
"preview": "vp preview",
"lint": "vp lint src",
"clean": "rimraf dist"
},
"dependencies": {
"@ai-sdk/groq": "^3.0.2",
"@aws-sdk/client-s3": "^3.911.0",
"@aws-sdk/s3-request-presigner": "^3.911.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:^",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@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": "^9.0.2",
"@mantine/hooks": "^9.0.2",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.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.3.3",
"@uppy/webcam": "^3.4.2",
"@uppy/xhr-upload": "^3.6.8",
"@y-sweet/react": "^0.6.4",
"ai": "^6.0.5",
"autoprefixer": "10.4.21",
"docx": "^9.5.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-icons": "^5.5.0",
"react-router-dom": "^6.30.1",
"y-partykit": "^0.0.25",
"yjs": "^13.6.27"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"rimraf": "^5.0.10",
"rollup-plugin-webpack-stats": "^0.2.6",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"vite-plugin-inspect": "12.0.0-beta.1",
"vite-plus": "catalog:"
}
}