-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.97 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.97 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
{
"name": "airbroke",
"version": "1.2.9",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "next typegen && tsc -p tsconfig.json --noEmit",
"biome:lint": "biome check --write --formatter-enabled=true --linter-enabled=true --assist-enabled=true .",
"format": "biome format .",
"biome:check": "biome check .",
"biome:ci": "biome ci .",
"test": "vitest",
"db:generate": "prisma generate",
"db:pull": "prisma db pull",
"db:seed": "prisma db seed",
"db:migrate": "prisma migrate deploy",
"postinstall": "prisma generate",
"shadcn:update": "GIT_PAGER=cat PAGER=cat LESS=-FRX node bin/update-shadcn-components.mjs",
"shadcn:update:dry": "node bin/update-shadcn-components.mjs --dry"
},
"dependencies": {
"@ai-sdk/openai": "3.0.53",
"@ai-sdk/react": "3.0.170",
"@airbrake/browser": "2.1.9",
"@airbrake/node": "2.1.9",
"@microlink/react-json-view": "1.31.18",
"@modelcontextprotocol/sdk": "1.29.0",
"@prisma/adapter-pg": "7.8.0",
"@prisma/client": "7.8.0",
"@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
"@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-navigation-menu": "1.2.14",
"@radix-ui/react-scroll-area": "1.2.10",
"@radix-ui/react-separator": "1.1.8",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-tabs": "1.1.13",
"@radix-ui/react-tooltip": "1.2.8",
"@sentry/browser": "10.50.0",
"@sentry/core": "10.50.0",
"@sentry/node": "10.50.0",
"ai": "6.0.168",
"better-auth": "1.6.9",
"chart.js": "4.5.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"lucide-react": "1.11.0",
"mcp-handler": "1.1.0",
"motion": "12.38.0",
"nanoid": "5.1.9",
"next": "16.2.4",
"numbro": "2.5.0",
"radix-ui": "1.4.3",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-icons": "5.6.0",
"react-syntax-highlighter": "16.1.1",
"recharts": "3.8.1",
"server-only": "0.0.1",
"tailwind-merge": "3.5.0",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.13",
"@faker-js/faker": "10.4.0",
"@tailwindcss/postcss": "4.2.4",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/node": "25.6.0",
"@types/pg": "8.20.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-syntax-highlighter": "15.5.13",
"@vitest/coverage-v8": "4.1.5",
"babel-plugin-react-compiler": "1.0.0",
"jsdom": "29.0.2",
"postcss": "8.5.10",
"prisma": "7.8.0",
"tailwindcss": "4.2.4",
"tw-animate-css": "1.4.0",
"typescript": "6.0.3",
"vitest": "4.1.5"
},
"packageManager": "yarn@4.14.1"
}