-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 812 Bytes
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
{
"name": "nta",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --host",
"start": "vite start",
"build": "vite build"
},
"dependencies": {
"@hocuspocus/extension-sqlite": "^3.4.4",
"@hocuspocus/provider": "^2.15.2",
"@hocuspocus/server": "^3.4.4",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-collaboration": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"idb": "^8.0.2",
"y-prosemirror": "^1.2.15",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.23"
},
"devDependencies": {
"@types/node": "^25.5.0",
"cheerio": "^1.0.0",
"marked": "^15.0.7",
"typescript": "^5.8.2",
"vite": "^6.1.1",
"vite-plugin-pwa": "^0.21.1"
}
}