-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.27 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": "arf-app",
"private": true,
"version": "2.0.0",
"type": "module",
"description": "Arf — a second brain for scientists. Native desktop app (Tauri 2 + Svelte 5).",
"scripts": {
"dev": "vite",
"build": "vite build",
"tauri": "tauri",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-markdown": "^6.3.1",
"@codemirror/language": "^6.10.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.2",
"@huggingface/transformers": "^4.2.0",
"@lezer/highlight": "^1.2.1",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-http": "^2.5.9",
"@tauri-apps/plugin-opener": "^2.5.4",
"dompurify": "^3.4.11",
"fflate": "^0.8.3",
"katex": "^0.16.11",
"marked": "^14.1.3",
"minisearch": "^7.1.1",
"pdfjs-dist": "^4.10.38"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tauri-apps/cli": "^2.11.4",
"jsdom": "^29.1.1",
"svelte": "^5.19.0",
"vite": "^5.4.11",
"vitest": "^4.1.10"
}
}