-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "open-arch-flow",
"version": "0.12.2",
"private": true,
"packageManager": "pnpm@11.1.2",
"author": "Rafael Sales <rafael.sales@gmail.com>",
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"sharp",
"unrs-resolver"
],
"peerDependencyRules": {
"allowAny": [
"react",
"react-dom"
]
}
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0",
"signaling": "node scripts/signaling.mjs"
},
"dependencies": {
"@aws-sdk/client-api-gateway": "^3.1073.0",
"@aws-sdk/client-athena": "^3.1075.0",
"@aws-sdk/client-bedrock": "^3.1073.0",
"@aws-sdk/client-bedrock-runtime": "^3.1073.0",
"@aws-sdk/client-cloudfront": "^3.1073.0",
"@aws-sdk/client-cloudwatch-logs": "^3.1073.0",
"@aws-sdk/client-cognito-identity-provider": "^3.1073.0",
"@aws-sdk/client-dynamodb": "^3.1073.0",
"@aws-sdk/client-ec2": "^3.1073.0",
"@aws-sdk/client-ecs": "^3.1073.0",
"@aws-sdk/client-eks": "^3.1073.0",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.1073.0",
"@aws-sdk/client-elasticache": "^3.1073.0",
"@aws-sdk/client-eventbridge": "^3.1073.0",
"@aws-sdk/client-glue": "^3.1075.0",
"@aws-sdk/client-iam": "^3.1073.0",
"@aws-sdk/client-kinesis": "^3.1073.0",
"@aws-sdk/client-kms": "^3.1073.0",
"@aws-sdk/client-lambda": "^3.1073.0",
"@aws-sdk/client-pricing": "^3.1073.0",
"@aws-sdk/client-rds": "^3.1073.0",
"@aws-sdk/client-route-53": "^3.1073.0",
"@aws-sdk/client-s3": "^3.1073.0",
"@aws-sdk/client-secrets-manager": "^3.1073.0",
"@aws-sdk/client-sfn": "^3.1073.0",
"@aws-sdk/client-sns": "^3.1073.0",
"@aws-sdk/client-sqs": "^3.1073.0",
"@aws-sdk/client-ssm": "^3.1073.0",
"@aws-sdk/client-sso": "^3.1073.0",
"@aws-sdk/client-sso-oidc": "^3.1073.0",
"@google/generative-ai": "^0.24.1",
"@mlc-ai/web-llm": "^0.2.84",
"@modelcontextprotocol/sdk": "^1.29.0",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-alert-dialog": "^1.1.17",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-dropdown-menu": "^2.1.18",
"@radix-ui/react-label": "^2.1.10",
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-progress": "^1.1.10",
"@radix-ui/react-scroll-area": "^1.2.12",
"@radix-ui/react-separator": "^1.1.10",
"@radix-ui/react-slider": "^1.4.1",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.1",
"@radix-ui/react-tooltip": "^1.2.10",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^2.0.0",
"aws-react-icons": "^3.3.0",
"azure-react-icons": "^0.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dagre": "^0.8.5",
"dotenv": "^17.4.2",
"elkjs": "^0.11.1",
"fflate": "^0.8.3",
"framer-motion": "^12.40.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"lucide-react": "^0.577.0",
"next": "^16.2.9",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"reactflow": "^11.11.4",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.31",
"zod": "^4.4.3",
"zundo": "^2.3.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@types/dagre": "^0.7.54",
"@types/node": "^25.6.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
}
}