-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.77 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.77 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
{
"name": "taskflow",
"version": "0.1.0",
"private": true,
"description": "A powerful, open-source workflow automation platform built with Next.js. Create complex, visual workflows to automate tasks, connect APIs, and leverage AI capabilities.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"ngrok:dev": "dotenv -- sh -c 'ngrok http --url=$NGROK_URL 3000'",
"inngest:dev": "pnpm dlx inngest-cli@latest dev",
"dev:all": "dotenv -- mprocs"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.35",
"@ai-sdk/google": "^2.0.52",
"@ai-sdk/openai": "^3.0.25",
"@hookform/resolvers": "^5.2.2",
"@inngest/realtime": "^0.4.5",
"@neondatabase/serverless": "^1.0.2",
"@paralleldrive/cuid2": "^3.3.0",
"@polar-sh/better-auth": "^1.6.4",
"@polar-sh/sdk": "^0.42.5",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.90.20",
"@trpc/client": "^11.9.0",
"@trpc/server": "^11.9.0",
"@trpc/tanstack-react-query": "^11.9.0",
"@xyflow/react": "^12.10.0",
"ai": "^6.0.67",
"better-auth": "^1.4.18",
"class-variance-authority": "^0.7.1",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"cryptr": "^6.4.0",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0",
"drizzle-orm": "^0.44.7",
"handlebars": "^4.7.8",
"import-in-the-middle": "^2.0.6",
"inngest": "^3.50.0",
"jotai": "^2.17.0",
"ky": "^1.14.3",
"lucide-react": "^0.548.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"nuqs": "^2.8.7",
"random-word-slugs": "^0.1.7",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-error-boundary": "^6.1.0",
"react-hook-form": "^7.71.1",
"require-in-the-middle": "^8.0.1",
"server-only": "^0.0.1",
"sonner": "^2.0.7",
"superjson": "^2.2.6",
"tailwind-merge": "^3.4.0",
"toposort": "^2.0.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20.19.30",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@types/toposort": "^2.0.7",
"baseline-browser-mapping": "^2.9.19",
"drizzle-kit": "^0.31.8",
"inngest-cli": "^1.16.1",
"mprocs": "^0.7.3",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}