-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.44 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
{
"name": "writer",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"tauri": "tauri"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@supabase/supabase-js": "^2.101.1",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tiptap/extension-character-count": "^2.11.0",
"@tiptap/extension-highlight": "^2.11.0",
"@tiptap/extension-placeholder": "^2.11.0",
"@tiptap/extension-typography": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/react": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"docx": "^9.6.1",
"file-saver": "^2.0.5",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
"marked": "^17.0.5",
"nanoid": "^5.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"turndown": "^7.2.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.2.0",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-react": "^4.3.4",
"tsx": "^4.21.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vitest": "^3.2.4"
}
}