-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
78 lines (78 loc) · 2.3 KB
/
package.json
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
{
"name": "roadmap-ui",
"description": "Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps built on shadcn/ui.",
"version": "1.0.6",
"bin": {
"roadmap-ui": "scripts/init.mjs"
},
"files": [
"scripts/init.mjs"
],
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"generate": "bun scripts/build-registry.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@tanstack/react-table": "^8.20.6",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"date-fns": "^4.1.0",
"fumadocs-core": "14.6.8",
"fumadocs-docgen": "^1.3.4",
"fumadocs-mdx": "11.2.1",
"fumadocs-typescript": "^3.0.2",
"fumadocs-ui": "14.6.8",
"geist": "^1.3.1",
"lodash.groupby": "^4.6.0",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.469.0",
"next": "^15.1.3",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^4.0.1",
"shiki": "^1.25.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"ts-morph": "24.0.0",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@auto-it/first-time-contributor": "^11.3.0",
"@biomejs/biome": "1.9.4",
"@types/lodash.groupby": "^4.6.9",
"@types/lodash.throttle": "^4.1.9",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"ultracite": "4.1.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haydenbleasel/roadmap-ui.git"
},
"author": "Hayden Bleasel <[email protected]>"
}