-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.12 KB
/
package.json
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
{
"name": "codely",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"scrape-posts": "ts-node ./src/app/scripts/scrape-posts.ts",
"search-posts": "ts-node ./src/app/scripts/search-posts.ts"
},
"dependencies": {
"@langchain/community": "^0.3.11",
"@langchain/core": "^0.3.17",
"@langchain/ollama": "^0.1.0",
"diod": "^2.0.0",
"html-to-text": "^9.0.5",
"jsdom": "^25.0.1",
"langchain": "^0.3.2",
"mariadb": "^3.3.1",
"modelfusion": "^0.137.0",
"pdf-parse": "^1.1.1",
"pg": "^8.13.1",
"pgvector": "^0.2.0",
"playwright": "^1.48.2",
"postgres": "^3.4.4",
"reflect-metadata": "^0.2.2",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@codelytv/primitives-type": "^1.1.1",
"@next/eslint-plugin-next": "^14.2.11",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22",
"@types/pg": "^8.11.10",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-codely": "^4.2.0",
"eslint-config-next": "14.2.11",
"globals": "^15.9.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}