This repository was archived by the owner on Jul 11, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.2 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.2 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
122
123
124
125
126
127
128
129
{
"name": "vibe-research",
"version": "0.0.5",
"private": true,
"license": "CC-BY-NC-4.0",
"main": "dist/main/index.js",
"description": "ResearchClaw — standalone Electron desktop app",
"scripts": {
"dev": "node scripts/dev.mjs",
"dev:renderer-only": "vite",
"dev:main": "tsc -p tsconfig.main.json --watch",
"dev:renderer": "vite",
"build": "npm run build:main && npm run build:renderer",
"build:main": "node scripts/build-main.mjs",
"build:renderer": "vite build",
"electron": "ELECTRON_DEV=1 electron .",
"start": "npm run build && electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"release:mac": "bash scripts/build-release.sh",
"release:win": "powershell -ExecutionPolicy Bypass -File scripts/build-release-win.ps1",
"release:linux": "bash scripts/build-release-linux.sh",
"postinstall": "prisma generate",
"precommit:check": "vitest run tests/integration/papers.test.ts tests/integration/reading.test.ts tests/integration/projects.test.ts",
"test": "vitest run",
"test:watch": "vitest",
"test:frontend": "vitest run --config vitest.frontend.config.ts",
"test:frontend:watch": "vitest --config vitest.frontend.config.ts",
"test:all": "vitest run && vitest run --config vitest.frontend.config.ts",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"lint": "prettier . --check",
"format": "prettier . --write",
"format:check": "prettier . --check",
"prepare": "husky"
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.15.0",
"@floating-ui/dom": "^1.7.6",
"@nivo/line": "^0.99.0",
"@prisma/client": "6.4.1",
"@retorquere/bibtex-parser": "^9.0.29",
"@types/adm-zip": "^0.5.8",
"@types/archiver": "^7.0.0",
"adm-zip": "^0.5.16",
"archiver": "^7.0.1",
"croner": "^10.0.1",
"cytoscape": "^3.33.1",
"cytoscape-dagre": "^2.5.0",
"electron-updater": "^6.8.3",
"fuse.js": "^7.1.0",
"google-translate-api-x": "^10.7.2",
"https-proxy-agent": "^7.0.6",
"i18next": "^25.8.18",
"node-edge-tts": "^1.2.10",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^4.10.38",
"react-i18next": "^16.5.8",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"rehype-highlight": "^7.0.2",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"sql.js": "^1.14.1",
"ssh2": "^1.17.0",
"uuid": "^13.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@ai-sdk/anthropic": "^3.0.58",
"@ai-sdk/google": "^3.0.43",
"@ai-sdk/openai": "^3.0.41",
"@electron/asar": "^4.1.0",
"@floating-ui/dom": "^1.7.6",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@tiptap/extension-placeholder": "^3.20.0",
"@tiptap/react": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"@types/cytoscape": "^3.21.9",
"@types/node": "^22.13.10",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/sql.js": "^1.4.9",
"@types/ssh2": "^1.15.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react": "^4.4.1",
"ai": "^6.0.116",
"autoprefixer": "^10.4.27",
"clsx": "^2.1.1",
"concurrently": "^9.1.2",
"electron": "^35.7.5",
"electron-builder": "^26.8.1",
"electron-rebuild": "^3.2.9",
"esbuild": "^0.27.3",
"eslint": "^10.0.3",
"framer-motion": "^12.4.7",
"happy-dom": "^20.8.3",
"husky": "^9.1.7",
"jsdom": "^29.0.0",
"lint-staged": "^15.2.11",
"lucide-react": "^0.577.0",
"postcss": "^8.5.8",
"prettier": "^3.5.3",
"prisma": "6.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.5.0",
"tailwindcss": "^3.4.19",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"vite": "^6.2.4",
"vite-plugin-electron": "^0.29.0",
"vitest": "^4.0.18"
},
"prisma": {
"schema": "prisma/schema.prisma"
},
"overrides": {
"tar": "^7.4.3",
"@tootallnate/once": "^3.0.1"
}
}