-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.33 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.33 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "next-shadcn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "contentlayer2 build && pnpm build:registry && next build",
"start": "next start",
"lint": "next lint",
"build:registry": "npx tsx --tsconfig ./tsconfig.scripts.json ./src/scripts/build-registry.mts",
"build:docs": "contentlayer2 build"
},
"dependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@emotion/is-prop-valid": "^1.3.1",
"@evilmartians/lefthook": "^1.10.10",
"@hookform/resolvers": "3.9.0",
"@opentelemetry/api": "1.8.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-hover-card": "^1.1.5",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.7",
"@shikijs/compat": "^1.29.1",
"@shikijs/core": "^1.29.1",
"@tabler/icons-react": "^3.29.0",
"@tiptap/core": "^2.11.3",
"@tiptap/extension-blockquote": "^2.11.3",
"@tiptap/extension-bold": "^2.11.3",
"@tiptap/extension-code": "^2.11.3",
"@tiptap/extension-color": "^2.11.3",
"@tiptap/extension-document": "^2.11.3",
"@tiptap/extension-heading": "^2.11.3",
"@tiptap/extension-highlight": "^2.11.3",
"@tiptap/extension-history": "^2.11.3",
"@tiptap/extension-image": "^2.11.3",
"@tiptap/extension-italic": "^2.11.3",
"@tiptap/extension-link": "^2.11.3",
"@tiptap/extension-paragraph": "^2.11.3",
"@tiptap/extension-strike": "^2.11.3",
"@tiptap/extension-subscript": "^2.11.3",
"@tiptap/extension-superscript": "^2.11.3",
"@tiptap/extension-text": "^2.11.3",
"@tiptap/extension-text-align": "^2.11.3",
"@tiptap/extension-text-style": "^2.11.3",
"@tiptap/extension-underline": "^2.11.3",
"@tiptap/pm": "^2.11.3",
"@tiptap/react": "^2.11.3",
"@tiptap/starter-kit": "^2.11.3",
"aria-hidden": "^1.2.4",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"contentlayer2": "^0.5.3",
"date-fns": "3.6.0",
"enforce-branch-name": "^1.1.2",
"framer-motion": "^11.18.2",
"geist": "^1.3.1",
"linkifyjs": "^4.2.0",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"lucide-react": "^0.407.0",
"mdast-util-toc": "^7.1.0",
"motion": "^12.0.6",
"next": "14.2.4",
"next-contentlayer2": "^0.5.3",
"next-themes": "^0.3.0",
"prosemirror-commands": "^1.6.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.4.1",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.24.1",
"prosemirror-schema-list": "^1.5.0",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.10.2",
"prosemirror-view": "^1.37.2",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "7.53.1",
"react-remove-scroll": "^2.6.3",
"react-wrap-balancer": "^1.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"shiki": "^1.29.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"ts-morph": "^24.0.0",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.17.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"pnpm": {
"overrides": {
"@opentelemetry/api": "1.8.0",
"@opentelemetry/core": "1.8.0",
"@opentelemetry/resources": "1.8.0",
"@opentelemetry/sdk-trace-base": "1.8.0",
"@opentelemetry/sdk-metrics": "1.8.0",
"@opentelemetry/sdk-logs": "0.39.1"
}
}
}