generated from aws-samples/amplify-next-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 KB
/
package.json
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
{
"name": "aws-amplify-gen2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/pubsub": "^6.1.17",
"@aws-amplify/ui-react": "^6.1.13",
"@aws-sdk/client-bedrock-runtime": "^3.623.0",
"@aws-sdk/client-comprehend": "^3.632.0",
"@aws-sdk/client-iot": "^3.624.0",
"@aws-sdk/client-iot-data-plane": "^3.624.0",
"@aws-sdk/client-secrets-manager": "^3.624.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/base": "^5.0.0-beta.40",
"@mui/icons-material": "^5.16.6",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^5.16.6",
"@sparticuz/chromium": "^126.0.0",
"@sparticuz/chromium-min": "^126.0.0",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-syntax-highlighter": "^15.5.13",
"aws-amplify": "^6.4.0",
"next": "^14.1.1",
"openai": "^4.55.4",
"puppeteer-core": "^23.1.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.0.4",
"@aws-amplify/backend-cli": "^1.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.3.2"
}
}