-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.82 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.82 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
{
"name": "openconduit",
"productName": "OpenConduit",
"version": "2.0.0-beta.11",
"description": "Cross-platform desktop AI chat client — OpenAI, Anthropic, LM Studio, and MCP tool servers",
"main": ".vite/build/main.js",
"private": true,
"scripts": {
"start": "electron-forge start",
"package": "cross-env NODE_OPTIONS=--max-old-space-size=6144 electron-forge package",
"make": "cross-env NODE_OPTIONS=--max-old-space-size=6144 electron-forge make",
"publish": "cross-env NODE_OPTIONS=--max-old-space-size=6144 electron-forge publish",
"lint": "eslint --ext .ts,.tsx .",
"prepare": "husky"
},
"keywords": [],
"author": {
"name": "Andrew Chumchal",
"email": "contact@openconduit.ai"
},
"license": "AGPL-3.0-only",
"devDependencies": {
"@electron-forge/cli": "^7.11.1",
"@electron-forge/maker-deb": "^7.11.1",
"@electron-forge/maker-dmg": "^7.11.1",
"@electron-forge/maker-rpm": "^7.11.1",
"@electron-forge/maker-squirrel": "^7.11.1",
"@electron-forge/maker-zip": "^7.11.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.11.1",
"@electron-forge/plugin-fuses": "^7.11.1",
"@electron-forge/plugin-vite": "^7.11.1",
"@electron/fuses": "^2.1.1",
"@sentry/cli": "^2.42.2",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/vite": "^4.3.0",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/eventsource": "^1.1.15",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.5.0",
"cross-env": "^7.0.3",
"electron": "^42.2.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^7.1.1",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
"postcss": "^8.5.14",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3",
"vite": "^5.4.21"
},
"dependencies": {
"@anthropic-ai/foundry-sdk": "^0.2.3",
"@anthropic-ai/sdk": "^0.96.0",
"@aws-sdk/client-bedrock-runtime": "^3.1053.0",
"@google/genai": "^2.3.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@openconduit/core": "^2.0.0-beta.10",
"@sentry/electron": "^7.13.0",
"@types/pdf-parse": "^1.1.5",
"electron-squirrel-startup": "^1.0.1",
"electron-store": "^11.0.2",
"eventsource": "^4.1.0",
"fflate": "^0.8.3",
"isomorphic-git": "^1.38.1",
"mermaid": "^11.15.0",
"ollama": "^0.6.3",
"openai": "^6.37.0",
"pdf-parse": "^2.4.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"update-electron-app": "^3.2.0",
"uuid": "^14.0.0",
"zustand": "^5.0.13"
},
"overrides": {
"@electron/fuses": "^2.1.1"
}
}