-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.76 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "glyphic",
"private": true,
"version": "0.23.0",
"type": "module",
"description": "The desktop app for managing Claude Code — visual editor for settings, hooks, MCP servers, memory, skills, and more",
"author": "Caio Ricciuti <me@caioricciuti.com>",
"license": "AGPL-3.0",
"homepage": "https://github.com/caioricciuti/glyphic",
"repository": {
"type": "git",
"url": "https://github.com/caioricciuti/glyphic.git"
},
"bugs": {
"url": "https://github.com/caioricciuti/glyphic/issues"
},
"keywords": [
"claude-code",
"claude",
"anthropic",
"ai",
"desktop",
"tauri",
"svelte",
"config-manager",
"developer-tools",
"mcp"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/language": "^6.12.4",
"@codemirror/state": "^6.7.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.8",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"@xyflow/svelte": "^1.6.3",
"codemirror": "^6.0.2",
"dompurify": "^3.4.13",
"lucide-svelte": "^1.0.1",
"marked": "^18.0.9"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^7.3.0",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/cli": "^2.11.4",
"svelte": "^5.56.9",
"svelte-check": "^4.7.6",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3",
"vite": "^8.2.1"
}
}