-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.44 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.44 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
{
"name": "sparky",
"license": "BSD-3-Clause",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest run",
"test:watch": "vitest",
"lint": "biome check --write .",
"format": "biome format --write .",
"check": "biome check ."
},
"dependencies": {
"@ai-sdk/react": "^3.0.143",
"@base-ui/react": "^1.3.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@json-render/core": "^0.15.0",
"@json-render/react": "^0.15.0",
"@json-render/shadcn": "^0.15.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
"@posthog/ai": "^7.12.4",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.23",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"@xyflow/react": "^12.10.2",
"ai": "^6.0.141",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"geist": "^1.7.0",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"next": "16.2.1",
"nuqs": "^2.8.9",
"posthog-js": "^1.364.1",
"posthog-node": "^5.28.8",
"react": "19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.4",
"react-is": "^19.0.0",
"react-markdown": "^10.1.0",
"recharts": "^3.8.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@ai-sdk/devtools": "^0.0.15",
"@biomejs/biome": "^2.4.9",
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"happy-dom": "^20.8.9",
"shadcn": "^4.1.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.2"
}
}