-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.47 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
54
{
"name": "corin",
"private": true,
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"tauri": "tauri",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.11.0",
"@codemirror/lang-markdown": "^6.5.2",
"@codemirror/language": "^6.12.4",
"@codemirror/language-data": "^6.5.2",
"@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.7.0",
"@codemirror/view": "^6.43.9",
"@lezer/highlight": "^1.2.3",
"@milkdown/crepe": "^7.22.1",
"@milkdown/kit": "^7.22.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2",
"@tauri-apps/plugin-updater": "^2.11.0",
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"dompurify": "^3.4.14",
"lucide-svelte": "^1.0.1",
"marked": "^18.0.11"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^7.3.0",
"@tailwindcss/vite": "^4.3.2",
"@tauri-apps/cli": "^2",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/svelte": "^5.4.2",
"@testing-library/user-event": "^14.6.6",
"jsdom": "^29.1.1",
"svelte": "^5.57.0",
"tailwindcss": "^4.3.2",
"typescript": "^7.0",
"vite": "^8.2.2",
"vitest": "^4.1.11"
},
"overrides": {
"@codemirror/view": "^6.43.9"
}
}