-
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) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.25 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": "@rag-example/rag-cdk",
"version": "0.1.0",
"bin": "bin/cdk.js",
"scripts": {
"build": "tsc --build --clean && tsc",
"clean": "tsc --build --clean",
"watch": "tsc -w",
"test": "vitest run --passWithNoTests",
"cdk": "cdk",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"@eslint/compat": "^2.0.5",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/aws-lambda": "^8.10.161",
"@types/node": "^24.12.2",
"@vitest/eslint-plugin": "^1.6.16",
"aws-cdk": "^2.1120.0",
"dotenv": "^17.4.2",
"esbuild": "^0.27.7",
"eslint": "^10.3.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-awscdk": "^4.3.2",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-promise": "^7.3.0",
"jiti": "^2.6.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.1",
"vite": "^8.0.10",
"vitest": "^4.1.5"
},
"dependencies": {
"@arizeai/openinference-instrumentation-bedrock": "^0.4.11",
"@arizeai/openinference-instrumentation-langchain": "^4.0.9",
"@aws-lambda-powertools/logger": "^2.33.0",
"@aws-sdk/credential-provider-node": "^3.972.39",
"@langchain/aws": "^1.3.5",
"@langchain/core": "^1.1.44",
"@langchain/langgraph": "^1.2.9",
"@langchain/openai": "^1.4.5",
"@langchain/pinecone": "^1.0.2",
"@llm-ts-example/common-backend-core": "workspace:*",
"@llm-ts-example/common-backend-langchain": "workspace:*",
"@opentelemetry/api": "^1.9.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
"@opentelemetry/instrumentation": "^0.214.0",
"@opentelemetry/resources": "^2.7.1",
"@opentelemetry/sdk-node": "^0.217.0",
"@opentelemetry/sdk-trace-base": "^2.7.1",
"@opentelemetry/sdk-trace-node": "^2.7.1",
"@opentelemetry/semantic-conventions": "^1.40.0",
"@pinecone-database/pinecone": "^6.1.4",
"@smithy/eventstream-codec": "^4.2.14",
"aws-cdk-lib": "^2.252.0",
"constructs": "^10.6.0",
"langchain": "^1.3.5",
"langfuse": "^3.38.20",
"langfuse-langchain": "^3.38.20",
"source-map-support": "^0.5.21",
"uuid": "^14.0.0",
"zod": "^4.4.3"
}
}