-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "maniac",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"postcss": "^8.5.10",
"vite": "^8.0.4"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tiptap/extension-code-block-lowlight": "^3.22.4",
"@tiptap/extension-collaboration": "^3.22.4",
"@tiptap/extension-highlight": "^3.22.4",
"@tiptap/extension-link": "^3.22.4",
"@tiptap/extension-placeholder": "^3.22.4",
"@tiptap/extension-underline": "^3.22.4",
"@tiptap/pm": "^3.22.4",
"@tiptap/react": "^3.22.4",
"@tiptap/starter-kit": "^3.22.4",
"@tiptap/suggestion": "^3.22.4",
"dexie": "^4.4.2",
"dexie-react-hooks": "^4.4.0",
"dompurify": "^3.4.0",
"jsdom": "^29.1.1",
"jszip": "^3.10.1",
"katex": "^0.16.47",
"lucide-react": "^1.7.0",
"nanoid": "^5.1.7",
"prismjs": "^1.30.0",
"react-force-graph-2d": "^1.29.1",
"react-router-dom": "^7.14.0",
"yjs": "^13.6.30",
"zustand": "^5.0.12"
}
}