-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "awsops-temp",
"version": "1.8.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-bedrock-agentcore": "^3.1002.0",
"@aws-sdk/client-bedrock-runtime": "^3.1002.0",
"@aws-sdk/client-s3": "^3.1023.0",
"@aws-sdk/client-sns": "^3.1030.0",
"@aws-sdk/s3-request-presigner": "^3.1023.0",
"docx": "^9.6.1",
"lucide-react": "^0.577.0",
"next": "14.2.35",
"node-cache": "^5.1.2",
"pg": "^8.19.0",
"pptxgenjs": "^4.0.1",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^10.1.0",
"reactflow": "^11.11.4",
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/pg": "^8.18.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}