-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.91 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.91 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "amon-agent",
"productName": "Amon",
"version": "0.4.0",
"description": "Amon - Your AI coworker running locally on the your desktop",
"main": ".vite/build/index.js",
"packageManager": "bun@1.3.3",
"scripts": {
"start": "electron-forge start",
"dev": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx .",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"download:binaries": "node scripts/downloadRuntimeBinaries.js",
"changeset": "changeset",
"version": "changeset version",
"release": "bun run make && bun run publish"
},
"keywords": [],
"author": {
"name": "liruifengv",
"email": "liruifeng1024@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/liruifengv/amon-agent.git"
},
"homepage": "https://github.com/liruifengv/amon-agent#readme",
"bugs": {
"url": "https://github.com/liruifengv/amon-agent/issues"
},
"license": "AGPL-3.0",
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@electron-forge/cli": "^7.10.2",
"@electron-forge/maker-deb": "^7.10.2",
"@electron-forge/maker-dmg": "^7.11.1",
"@electron-forge/maker-rpm": "^7.10.2",
"@electron-forge/maker-squirrel": "^7.10.2",
"@electron-forge/maker-zip": "^7.10.2",
"@electron-forge/plugin-auto-unpack-natives": "^7.10.2",
"@electron-forge/plugin-fuses": "^7.10.2",
"@electron-forge/plugin-vite": "^7.10.2",
"@electron-forge/publisher-github": "^7.11.1",
"@electron/fuses": "^1.8.0",
"@types/diff": "^8.0.0",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/node": "^25.2.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^5.1.2",
"electron": "39.2.7",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^7.0.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vitest": "^4.0.18"
},
"dependencies": {
"@mixmark-io/domino": "^2.2.0",
"@anthropic-ai/sdk": "^0.78.0",
"@google/genai": "^1.43.0",
"@lobehub/icons": "^4.6.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@streamdown/cjk": "^1.0.1",
"@streamdown/code": "^1.0.1",
"@streamdown/math": "^1.0.1",
"@streamdown/mermaid": "^1.0.1",
"@tailwindcss/vite": "^4.1.18",
"@types/turndown": "^5.0.6",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diff": "^8.0.3",
"electron-squirrel-startup": "^1.0.1",
"exa-js": "^2.6.1",
"glob": "^7.2.3",
"i18next": "^25.8.7",
"lucide-react": "^0.562.0",
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",
"openai": "^6.22.0",
"partial-json": "^0.1.7",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.4",
"shiki": "^3.21.0",
"sonner": "^2.0.7",
"streamdown": "^2.1.0",
"tailwind-merge": "^3.4.0",
"turndown": "^7.2.2",
"use-stick-to-bottom": "^1.1.1",
"yaml": "^2.8.2",
"zod": "^4.3.6",
"zod-i18n-map": "^2.27.0",
"zustand": "^5.0.11"
}
}