-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 871 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 871 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
{
"name": "svelteflowy",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"svelte": "^5.16.2",
"vite": "^6.0.7",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-singlefile": "^2.3.0"
},
"dependencies": {
"@tiptap/core": "^2.11.2",
"@tiptap/extension-bubble-menu": "^2.11.2",
"@tiptap/extension-highlight": "^2.11.2",
"@tiptap/extension-link": "^2.11.2",
"@tiptap/extension-placeholder": "^2.11.2",
"@tiptap/extension-task-item": "^2.11.2",
"@tiptap/extension-task-list": "^2.11.2",
"@tiptap/pm": "^2.11.2",
"@tiptap/starter-kit": "^2.11.2",
"chrono-node": "^2.9.0",
"phosphor-svelte": "^3.0.1",
"tiptap-markdown": "^0.8.10"
}
}