-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.11 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.11 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
{
"name": "@code-blocks/website",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:prod": "pnpm build:registry && pnpm build",
"build:registry": "tsx ./src/components/registry/check-registry.ts && tsx ./src/components/registry/build-registry.ts",
"build:registry:cli": "tsx ./src/components/registry/check-registry.ts && tsx ./src/components/registry/build-registry-cli.ts",
"build:cc": "content-collections build",
"start": "next start",
"check:lint": "eslint ./src",
"fix:lint": "eslint ./src --fix",
"check:registry": "tsx ./src/components/registry/check-registry.ts"
},
"dependencies": {
"@base-ui/react": "1.2.0",
"@react-symbols/icons": "1.3.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"lucide-react": "0.575.0",
"motion": "12.34.3",
"next": "16.1.6",
"next-themes": "0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hotkeys-hook": "5.2.4",
"shadcn": "3.8.5",
"swr": "2.4.0",
"tailwind-merge": "3.5.0",
"zod": "4.3.6",
"zustand": "5.0.11"
},
"devDependencies": {
"@code-blocks/eslint": "workspace:*",
"@content-collections/cli": "0.1.9",
"@content-collections/core": "0.14.1",
"@content-collections/mdx": "0.2.2",
"@content-collections/next": "0.2.11",
"@shikijs/langs": "4.0.0",
"@shikijs/rehype": "4.0.0",
"@shikijs/themes": "4.0.0",
"@shikijs/transformers": "4.0.0",
"@tailwindcss/postcss": "4.2.1",
"@tailwindcss/typography": "0.5.19",
"@types/mdx": "2.0.13",
"@types/node": "22.19.13",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"chalk": "5.6.2",
"eslint": "9.39.3",
"github-slugger": "2.0.0",
"react-docgen-typescript": "2.4.0",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.1",
"shiki": "4.0.0",
"sugar-high": "0.9.5",
"tailwindcss": "4.2.1",
"tsx": "4.21.0",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3",
"unist-builder": "4.0.0",
"unist-util-visit": "5.1.0"
}
}