-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "article-summary-workflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"trigger:dev": "trigger dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@trigger.dev/react-hooks": "4.0.0-v4-beta.0",
"@trigger.dev/sdk": "4.0.0-v4-beta.0",
"@ai-sdk/openai": "^1.3.4",
"@aws-sdk/client-s3": "^3.777.0",
"@aws-sdk/s3-request-presigner": "^3.777.0",
"@xyflow/react": "^12.4.4",
"ai": "^4.2.8",
"clsx": "^2.1.1",
"elevenlabs": "^1.55.0",
"html-to-text": "^9.0.5",
"lucide-react": "^0.484.0",
"next": "15.4.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-tippy": "^1.4.0",
"tailwind-merge": "^3.2.0"
},
"devDependencies": {
"trigger.dev": "4.0.0-v4-beta.0",
"@trigger.dev/build": "4.0.0-v4-beta.0",
"@tailwindcss/postcss": "^4",
"@types/html-to-text": "^9.0.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}