-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 817 Bytes
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
{
"name": "site",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-bedrock-agent-runtime": "^3.620.0",
"@aws-sdk/client-bedrock-runtime": "^3.637.0",
"@aws-sdk/client-s3": "^3.637.0",
"@cloudscape-design/components": "^3.0.727",
"@cloudscape-design/global-styles": "^1.0.32",
"@mui/styles": "^5.16.5",
"@types/react-pdf": "^7.0.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-pdf": "8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"typescript": "^5"
}
}