forked from iamsrikanthnani/pluely
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.69 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.69 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "ghostclaw",
"private": false,
"version": "0.1.9",
"description": "A Cluely-style stealth overlay for OpenClaw — get real-time AI assistance during meetings with full access to your files, memory, skills, and connected tools.",
"author": {
"name": "Cybertheory",
"url": "https://github.com/cybertheory"
},
"license": "GPL-3.0",
"homepage": "https://github.com/cybertheory/ghostclaw#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/cybertheory/ghostclaw.git"
},
"bugs": {
"url": "https://github.com/cybertheory/ghostclaw/issues"
},
"keywords": [
"ai-assistant",
"tauri",
"desktop-app",
"privacy-first",
"open-source",
"meeting-assistant",
"speech-to-text",
"llm",
"chatgpt",
"claude",
"openclaw","ghostclaw",
"typescript",
"react",
"rust"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "PATH=\"$HOME/.cargo/bin:$PATH\" tauri"
},
"dependencies": {
"@bany/curl-to-json": "^1.2.8",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@ricky0123/vad-react": "^0.0.30",
"@tailwindcss/vite": "^4.1.12",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.5.0",
"@tauri-apps/plugin-global-shortcut": "^2.3.0",
"@tauri-apps/plugin-http": "^2.5.2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-sql": "^2.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^0.539.0",
"moment": "^2.30.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0",
"react-router-dom": "^7.9.5",
"recharts": "^2.15.4",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.12.2",
"streamdown": "^1.6.10",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12",
"tauri-plugin-keychain": "^2.0.1",
"tauri-plugin-macos-permissions-api": "^2.3.0",
"tauri-plugin-posthog-api": "^0.2.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/node": "^24.3.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"tw-animate-css": "^1.3.6",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}