-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.39 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.39 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
{
"name": "@smartdoc-analyst/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many -t build",
"serve:server": "nx serve server",
"serve:frontend": "nx serve frontend",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.0",
"@angular/common": "^20.3.0",
"@angular/compiler": "^20.3.0",
"@angular/core": "^20.3.0",
"@angular/forms": "^20.3.0",
"@angular/platform-browser": "^20.3.0",
"@angular/platform-browser-dynamic": "^20.3.0",
"@angular/router": "^20.3.0",
"@huggingface/inference": "^4.0.5",
"@langchain/community": "^0.3.0",
"@langchain/core": "^0.3.0",
"@langchain/groq": "^0.1.0",
"@langchain/pinecone": "^0.1.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.4.2",
"@nestjs/throttler": "^6.5.0",
"@pinecone-database/pinecone": "^4.0.0",
"@types/multer": "^2.0.0",
"class-transformer": "^0.5.0",
"class-validator": "^0.14.0",
"marked": "^17.0.1",
"nestjs-pino": "^4.5.0",
"pdf-parse": "^1.1.1",
"pino-http": "^11.0.0",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.0",
"tslib": "^2.6.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.0",
"@angular-devkit/core": "^20.3.0",
"@angular-devkit/schematics": "^20.3.0",
"@angular/compiler-cli": "^20.3.0",
"@nestjs/testing": "^10.0.0",
"@nx/angular": "^22.4.5",
"@nx/eslint-plugin": "^22.4.5",
"@nx/jest": "22.4.5",
"@nx/js": "^22.4.5",
"@nx/nest": "^22.4.5",
"@nx/workspace": "^22.4.5",
"@swc-node/register": "~1.9.1",
"@swc/core": "^1.13.3",
"@swc/helpers": "~0.5.11",
"@types/express": "^4.17.21",
"@types/jest": "^30.0.0",
"@types/node": "^20.0.0",
"@types/supertest": "^6.0.3",
"autoprefixer": "^10.4.0",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest-preset-angular": "^16.0.0",
"jest-util": "^30.0.2",
"nx": "^22.4.5",
"pino-pretty": "^13.1.3",
"postcss": "^8.4.0",
"prettier": "~3.6.2",
"supertest": "^7.2.2",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"typescript": "~5.8.0",
"typescript-eslint": "^8.54.0"
}
}