-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.66 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
{
"name": "@area44/astro-shadcn-ui-template",
"version": "25.01.27",
"description": "opensource.block.xyz",
"author": {
"name": "Block Open Source"
},
"license": "Apache 2.0",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@tailwindcss/vite": "^4.1.8",
"astro": "5.17.1",
"astro-breadcrumbs": "^3.3.1",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.563.0",
"mdast-util-to-hast": ">=13.2.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.34.3",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.8",
"tailwindcss-animate": "^1.0.7",
"tar": "^7.5.7",
"undici": ">=6.23.0"
},
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.0",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.28.2",
"pnpm": {
"overrides": {
"tar": "^7.5.7"
}
}
}