-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
58
59
60
61
62
63
64
{
"name": "amazon-asambhav",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate"
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.28",
"@aws-sdk/client-dynamodb": "^3.682.0",
"@aws-sdk/client-kms": "^3.693.0",
"@aws-sdk/client-pinpoint": "^3.699.0",
"@aws-sdk/client-s3": "^3.699.0",
"@aws-sdk/lib-dynamodb": "^3.685.0",
"@aws-sdk/s3-request-presigner": "^3.699.0",
"@copilotkit/react-core": "^1.3.15",
"@copilotkit/react-textarea": "^1.3.6",
"@copilotkit/react-ui": "^1.3.15",
"@copilotkit/runtime": "^1.3.15",
"@prisma/client": "^5.22.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@reduxjs/toolkit": "^2.3.0",
"@shopify/shopify-api": "^11.0.0",
"aws-amplify": "^6.8.2",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"groq-sdk": "^0.7.0",
"lucide-react": "^0.454.0",
"next": "^14.2.3",
"pg": "^8.13.1",
"raw-body": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"recharts": "^2.13.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}