-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.61 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
{
"name": "helix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev --create-only",
"db:studio": "prisma studio",
"postinstall": "prisma generate"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@clerk/nextjs": "^7.5.8",
"@fontsource/google-sans": "^5.2.1",
"@fontsource/google-sans-flex": "^5.2.4",
"@google/generative-ai": "0.24.1",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@t3-oss/env-nextjs": "^0.13.11",
"@trigger.dev/sdk": "4.4.6",
"@uppy/core": "^5.2.0",
"@uppy/transloadit": "^5.5.1",
"@xyflow/react": "12.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dagre": "0.8.5",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"prisma": "^7.8.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.11.0",
"svix": "^1.96.0",
"tailwind-merge": "^3.6.0",
"transloadit": "4.10.4",
"tw-animate-css": "^1.4.0",
"zod": "4.4.3",
"zustand": "5.0.12"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@trigger.dev/build": "4.4.6",
"@types/dagre": "0.7.52",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}