-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.57 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.57 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
{
"name": "struct-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tsc && next dev",
"build": "node scripts/build-registry.mjs && next build",
"build:registry": "node scripts/build-registry.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.7.6",
"@code-hike/mdx": "^0.9.0",
"@emotion/is-prop-valid": "^1.4.0",
"@headlessui/react": "^2.1.8",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@motionone/utils": "^10.18.0",
"@next/mdx": "^14.2.4",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"codehike": "^1.0.1",
"embla-carousel": "^8.3.0",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-class-names": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"framer-motion": "^11.3.24",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"hast-util-to-string": "^3.0.1",
"lucide-react": "^0.400.0",
"motion": "^10.18.0",
"motion-number": "^0.1.7",
"next": "14.2.11",
"next-themes": "^0.3.0",
"next13-progressbar": "^1.2.2",
"prettier": "^3.6.2",
"react": "^18",
"react-dom": "^18",
"react-resizable-panels": "^2.1.3",
"react-use-measure": "^2.1.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"tailwind-merge": "^2.3.0",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vaul": "^1.0.0",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/unist": "^3.0.3",
"autoprefixer": "^10.5.0",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
}