-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.22 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.22 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
94
95
96
97
98
{
"name": "ghost",
"private": false,
"version": "0.14.2",
"description": "The Private Agent OS — local-first AI that indexes files, runs agents, and connects to 10,000+ tools via MCP without sending data to the cloud",
"author": {
"name": "ghostapp-ai",
"url": "https://github.com/ghostapp-ai"
},
"license": "MIT",
"homepage": "https://ghostapp-ai.github.io/ghost",
"repository": {
"type": "git",
"url": "https://github.com/ghostapp-ai/ghost.git"
},
"bugs": {
"url": "https://github.com/ghostapp-ai/ghost/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ghostapp-ai"
},
"keywords": [
"ghost",
"agent-os",
"ai-agent",
"local-first",
"privacy-first",
"desktop-app",
"semantic-search",
"vector-search",
"hybrid-search",
"tauri",
"tauri-v2",
"rust",
"react",
"typescript",
"ollama",
"llm",
"mcp",
"model-context-protocol",
"a2a",
"ag-ui",
"a2ui",
"embeddings",
"candle",
"gguf",
"qwen",
"cross-platform",
"sqlite",
"sqlite-vec",
"fts5",
"open-source",
"productivity",
"on-device-ai",
"agentic",
"skills-system",
"file-search",
"knowledge-base",
"react-agent",
"tool-calling",
"mcp-apps",
"agent-orchestration",
"sovereign-ai",
"on-device-inference",
"generative-ui"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"prepare": "lefthook install"
},
"dependencies": {
"@tanstack/react-virtual": "^3.13.18",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"lucide-react": "^0.575.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.0",
"@tauri-apps/cli": "^2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"lefthook": "^2.1.1",
"tailwindcss": "^4.2.0",
"typescript": "~5.9.3",
"vite": "^7.3.2"
}
}