-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.79 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.79 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
{
"name": "@limitless-sibyl/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start:back": "nx run backend:serve",
"build:back": "nx run backend:build",
"build:back:prod": "nx run backend:build --configuration=production"
},
"private": true,
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/angular": "^21.0.3",
"@nx/eslint": "21.0.3",
"@nx/eslint-plugin": "21.0.3",
"@nx/js": "21.0.3",
"@nx/nest": "^21.0.3",
"@nx/node": "21.0.3",
"@nx/web": "21.0.3",
"@nx/webpack": "21.0.3",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "~18.16.9",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"nx": "21.0.3",
"prettier": "^2.6.2",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"webpack-cli": "^5.1.4"
},
"workspaces": [
"packages/*",
"backend",
"backend-e2e"
],
"dependencies": {
"@dqbd/tiktoken": "^1.0.21",
"@genkit-ai/googleai": "^1.7.0",
"@genkit-ai/vertexai": "^1.7.0",
"@nestjs/axios": "^4.0.0",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/schedule": "^6.0.0",
"@nestjs/typeorm": "^11.0.0",
"@qdrant/js-client-rest": "^1.14.0",
"axios": "^1.9.0",
"genkit": "^1.7.0",
"genkitx-anthropic": "^0.22.0",
"genkitx-openai": "^0.22.3",
"googleapis": "^148.0.0",
"luxon": "^3.6.1",
"mysql2": "^3.14.1",
"openai": "^4.98.0",
"pg": "^8.15.6",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tiktoken": "^1.0.21",
"typeorm": "^0.3.23",
"uuid": "^11.1.0"
}
}