-
Notifications
You must be signed in to change notification settings - Fork 411
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "anything-analyzer",
"version": "3.5.2",
"description": "Universal web protocol analyzer with embedded browser and AI-powered analysis",
"packageManager": "pnpm@10.24.0",
"main": "./out/main/index.js",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"preview": "electron-vite preview",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint src/ --ext .ts,.tsx",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@vscode/sudo-prompt": "^9.3.2",
"antd": "^5.24.0",
"better-sqlite3": "^11.8.1",
"electron-updater": "^6.8.3",
"node-forge": "^1.4.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"react-window": "^2.2.7",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.0",
"socks": "^2.8.7",
"uuid": "^11.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/node-forge": "^1.3.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^35.0.0",
"electron-builder": "^25.1.8",
"electron-vite": "^5.0.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0"
}
}