-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "tauri-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-deep-link": "^2.4.6",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-opener": "^2",
"@tiptap/core": "^3.17.1",
"@tiptap/extension-code-block-lowlight": "^3.17.1",
"@tiptap/extension-image": "^3.17.1",
"@tiptap/extension-mathematics": "^3.17.1",
"@tiptap/extension-placeholder": "^3.17.1",
"@tiptap/extension-table": "^3.17.1",
"@tiptap/extension-typography": "^3.17.1",
"@tiptap/markdown": "^3.17.1",
"@tiptap/pm": "^3.17.1",
"@tiptap/starter-kit": "^3.17.1",
"dompurify": "^3.4.10",
"katex": "^0.16.28",
"lowlight": "^3.3.0",
"mermaid": "^11.15.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/dompurify": "^3.2.0",
"playwright": "1.59.0",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}