-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.76 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.76 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
94
95
96
{
"name": "docs",
"version": "4.0.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"postbuild": "node scripts/pack.ts",
"lint": "biome check",
"lint:links": "bun ./scripts/lint.ts",
"format": "biome format --write"
},
"dependencies": {
"@ai-sdk/react": "2.0.76",
"@biomejs/biome": "catalog:",
"@hookform/resolvers": "^5.2.2",
"@icons-pack/react-simple-icons": "13.8.0",
"@mdx-js/mdx": "^3.1.1",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-tabs": "^1.1.13",
"@shikijs/transformers": "3.19.0",
"@tailwindcss/postcss": "^4.1.13",
"@types/mdx": "^2.0.13",
"@types/node": "catalog:",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vercel/analytics": "^1.5.0",
"@vercel/edge-config": "^1.4.0",
"@vercel/speed-insights": "1.2.0",
"@workflow/ai": "workspace:*",
"@workflow/cli": "workspace:*",
"@workflow/core": "workspace:*",
"@workflow/errors": "workspace:*",
"@workflow/next": "workspace:*",
"@workflow/nitro": "workspace:*",
"@workflow/swc-plugin": "workspace:*",
"@workflow/typescript-plugin": "workspace:*",
"@workflow/web": "workspace:*",
"@workflow/world": "workspace:*",
"ai": "catalog:",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dexie": "4.2.1",
"dexie-react-hooks": "4.2.0",
"embla-carousel-react": "^8.6.0",
"feed": "5.1.0",
"fumadocs-core": "^16.0.11",
"fumadocs-mdx": "13.0.8",
"fumadocs-typescript": "^4.0.13",
"fumadocs-ui": "16.0.11",
"github-slugger": "^2.0.0",
"input-otp": "^1.4.2",
"jotai": "2.15.1",
"lucide-react": "^0.544.0",
"mermaid": "^11.12.1",
"motion": "^12.23.24",
"nanoid": "5.1.6",
"next": "16.0.7",
"next-themes": "^0.4.6",
"next-validate-link": "^1.6.3",
"octokit": "5.0.5",
"radix-ui": "latest",
"react": "^19.2.0",
"react-day-picker": "^9.11.1",
"react-dom": "^19.2.0",
"react-hook-form": "^7.64.0",
"react-player": "3.4.0",
"react-resizable-panels": "^3.0.6",
"recharts": "2.15.4",
"shiki": "3.13.0",
"sonner": "^2.0.7",
"streamdown": "1.4.0",
"tailwind-merge": "^3.3.1",
"use-stick-to-bottom": "1.1.1",
"vaul": "^1.1.2",
"workflow": "workspace:*",
"zod": "catalog:"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "catalog:",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.2",
"bun": "^1.3.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"ts-morph": "^27.0.0",
"tw-animate-css": "^1.3.8",
"typescript": "catalog:"
}
}