-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
{
"name": "rust-medical-assistant",
"version": "0.10.89",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-deep-link": "^2.4.9",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-opener": "^2",
"@tiptap/core": "^2.10.0",
"@tiptap/extension-underline": "^2.10.0",
"@tiptap/pm": "^2.10.0",
"@tiptap/starter-kit": "^2.10.0",
"dictionary-en": "^4.0.0",
"diff": "^9.0.0",
"nspell": "^2.1.5",
"qrcode": "^1.5.4",
"tiptap-markdown": "^0.8.10"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5",
"@tauri-apps/cli": "^2",
"@tsconfig/svelte": "^5",
"@types/nspell": "^2.1.6",
"@types/qrcode": "^1.5.6",
"@vitest/ui": "^2.1.9",
"jsdom": "^25.0.1",
"svelte": "^5",
"svelte-check": "^4",
"typescript": "^5",
"vite": "^6",
"vitest": "^2.1.9"
}
}