-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.46 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.46 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
{
"name": "home",
"version": "0.0.0",
"private": true,
"main": "main.mjs",
"scripts": {
},
"dependencies": {
"@anthropic-ai/sdk": "^0.16.1",
"@google/genai": "^1.21.0",
"@google/generative-ai": "^0.2.1",
"@xterm/xterm": "^5.5.0",
"acorn": "^8.15.0",
"adm-zip": "^0.5.16",
"axios": "^1.8.4",
"body-parser": "^2.2.0",
"clipboardy": "^4.0.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"diskusage": "^1.2.0",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"follow-redirects": "^1.15.4",
"gpt-3-encoder": "^1.1.4",
"gpu-info": "^0.0.1",
"html-to-md": "^0.8.6",
"http-errors": "~1.6.3",
"lockfile": "^1.0.4",
"mammoth": "^1.9.1",
"mongodb": "^3.6.11",
"mongoose": "^5.13.7",
"morgan": "~1.9.1",
"nanoid": "^5.1.5",
"node-fetch": "^3.3.2",
"node-gyp": "11.0.0",
"node-pty": "*",
"ollama": "^0.5.1",
"openai": "^6.3.0",
"pdf-parse": "^1.1.1",
"pouchdb": "^9.0.0",
"pouchdb-find": "^9.0.0",
"pug": "2.0.0-beta11",
"puppeteer": "^22.3.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sharp": "^0.33.5",
"term.js": "^0.0.7",
"unzipper": "^0.10.14",
"vm2": "^3.9.19",
"ws": "^8.18.0",
"xlsx": "^0.18.5",
"yahoo-finance2": "^2.13.3",
"js-yaml":"*"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.5",
"rollup-plugin-terser": "^7.0.2"
}
}