-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.2 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
{
"name": "nextflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"lint": "eslint .",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^7.3.4",
"@google/genai": "^2.3.0",
"@google/generative-ai": "^0.24.1",
"@neondatabase/serverless": "^1.1.0",
"@prisma/adapter-neon": "^7.8.0",
"@prisma/client": "^7.8.0",
"@trigger.dev/sdk": "4.4.6",
"@xyflow/react": "^12.10.2",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
"nanoid": "^5.1.11",
"next": "16.2.6",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.5",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@trigger.dev/build": "4.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"prisma": "^7.8.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}