-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.54 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.54 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
{
"name": "amplify-vite-react-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "test -f amplify_outputs.json || cp amplify_outputs.stub.json amplify_outputs.json; tsc && vite build",
"preview": "vite preview",
"dev:agent": "tsx watch amplify/agent/app.ts"
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^4.0.63",
"@aws-amplify/ui-react": "^6.5.5",
"@opentelemetry/auto-instrumentations-node": "^0.70.0",
"@strands-agents/sdk": "^0.2.2",
"ai": "^6.0.97",
"aws-amplify": "^6.6.6",
"bedrock-agentcore": "^0.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"radix-ui": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@aws-amplify/backend": "^1.5.0",
"@aws-amplify/backend-cli": "^1.2.9",
"@aws-cdk/aws-bedrock-agentcore-alpha": "^2.233.0-alpha.0",
"@tailwindcss/vite": "^4.2.0",
"@types/pngjs": "^6.0.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"aws-cdk": "^2.1100.2",
"aws-cdk-lib": "^2.233.0",
"cdk-docker-image-deployment": "^0.0.932",
"constructs": "^10.3.0",
"deploy-time-build": "^0.4.5",
"esbuild": "^0.20.2",
"pixelmatch": "^7.1.0",
"pngjs": "^7.0.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.0",
"tsx": "^4.7.2",
"tw-animate-css": "^1.3.4",
"typescript": "^5.4.5",
"vite": "^5.4.10"
}
}