generated from aws-samples/amplify-next-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 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
{
"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/ui-react": "^6.5.5",
"@aws-amplify/ui-react-ai": "^1.3.0",
"@headlessui/react": "^2.2.0",
"@mendable/firecrawl-js": "^1.16.0",
"@mysten/dapp-kit": "^0.14.49",
"@mysten/enoki": "^0.4.24",
"@mysten/sui": "^1.21.1",
"@mysten/sui.js": "^0.54.1",
"@suiet/wallet-kit": "^0.3.3",
"@tailwindcss/postcss": "^4.0.2",
"@tanstack/react-query": "^5.66.0",
"@types/aos": "^3.0.7",
"aos": "^2.3.4",
"aws-amplify": "^6.6.6",
"axios": "^1.7.9",
"bignumber.js": "^9.1.2",
"jwt-decode": "^4.0.0",
"next": "14.2.10",
"postcss": "^8.5.1",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-feather": "^2.0.10",
"react-icons": "^5.4.0",
"react-loading-icons": "^1.1.0",
"react-markdown": "^9.0.3",
"tailwindcss": "^4.0.2",
"usehooks-ts": "^3.1.0",
"uuid": "^11.0.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@aws-amplify/backend": "^1.5.1",
"@aws-amplify/backend-cli": "^1.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"aws-cdk": "^2",
"aws-cdk-lib": "^2",
"constructs": "^10.3.0",
"esbuild": "^0.23.1",
"tsx": "^4.19.0",
"typescript": "^5.6.2"
}
}