-
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.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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.11.8",
"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.1",
"@tauri-apps/plugin-opener": "^2.5.4",
"@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": "^7.1.2",
"@tauri-apps/cli": "^2.11.2",
"@tsconfig/svelte": "^5",
"@types/nspell": "^2.1.6",
"@types/qrcode": "^1.5.6",
"@vitest/ui": "^4.1.7",
"jsdom": "^29.1.1",
"svelte": "^5.55.9",
"svelte-check": "^4.4.8",
"typescript": "^6.0.3",
"vite": "^8.0.14",
"vitest": "^4.1.7"
}
}