-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "rslib build --watch",
"build": "rslib build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"start": "pnpm build && node dist/index.js --proxy http://127.0.0.1:10808"
},
"engines": {
"node": ">=22",
"pnpm": ">=9"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rslib/core": "^0.11.2",
"sass-embedded": "^1.90.0",
"vitepress": "^1.6.3"
},
"dependencies": {
"@langchain/core": "^0.3.66",
"@langchain/openai": "^0.6.3",
"@types/node": "^24.2.0",
"@types/unist": "^3.0.3",
"commander": "^14.0.0",
"dotenv": "^17.2.1",
"git-url-parse": "^16.1.0",
"https-proxy-agent": "^7.0.6",
"lowdb": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-github": "^12.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"typescript": "^5.9.2",
"unified": "^11.0.5",
"vue": "^3.5.18"
}
}