-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.56 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
{
"name": "author",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
"start": "node server/index.js",
"dev": "node server/index.js",
"deploy": "sh scripts/deploy.sh"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.74.0",
"@aws-sdk/client-s3": "^3.1084.0",
"@highlighters/core": "^1.2.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@tiptap/extension-bubble-menu": "^2.27.2",
"@tiptap/extension-character-count": "^2.11.5",
"@tiptap/extension-collaboration": "^2.11.5",
"@tiptap/extension-collaboration-cursor": "^2.11.5",
"@tiptap/extension-image": "^2.27.2",
"@tiptap/extension-link": "^2.27.2",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-underline": "^2.27.2",
"@tiptap/html": "^2.27.2",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"bcryptjs": "^3.0.3",
"better-auth": "^1.6.23",
"better-sqlite3": "^11.8.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"lib0": "^0.2.99",
"marked": "^18.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"sanitize-html": "^2.17.5",
"ws": "^8.18.0",
"y-prosemirror": "^1.3.7",
"y-protocols": "^1.0.6",
"y-websocket": "^2.1.0",
"yjs": "^13.6.21"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^29.1.1",
"typescript": "^5.7.2",
"vite": "^6.0.7"
}
}