-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
79 lines (79 loc) · 2.34 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
79
{
"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.2",
"bin": {
"roadmap-ui": "scripts/init.js"
},
"files": [
"scripts/init.js"
],
"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.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-table": "^8.20.5",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"date-fns": "^4.1.0",
"fumadocs-core": "14.5.5",
"fumadocs-docgen": "^1.3.2",
"fumadocs-mdx": "11.1.1",
"fumadocs-typescript": "^3.0.2",
"fumadocs-ui": "14.4.2",
"geist": "^1.3.1",
"lodash.groupby": "^4.6.0",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.462.0",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resend": "^4.0.1",
"shiki": "^1.23.1",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"ts-morph": "^24.0.0",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@auto-it/all-contributors": "^11.3.0",
"@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.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"ultracite": "4.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haydenbleasel/roadmap-ui.git"
},
"author": "Hayden Bleasel <[email protected]>"
}