-
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.75 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.75 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": "explainer",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome check src/",
"lint:fix": "biome check --write src/",
"format": "biome format --write src/"
},
"dependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.6.0",
"@iconify-json/devicon": "^1.2.23",
"@iconify/react": "^6.0.0",
"@lucide/astro": "^0.488.0",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@resvg/resvg-js": "^2.6.2",
"@scalar/api-reference-react": "^0.6.19",
"@tailwindcss/vite": "^4.0.17",
"astro": "^5.16.3",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"culori": "^4.0.2",
"gray-matter": "^4.0.3",
"lucide-react": "^0.485.0",
"luxon": "^3.6.1",
"playwright": "^1.51.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rehype-mermaid": "^3.0.0",
"remark-directive": "^4.0.0",
"satori": "^0.18.3",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.17",
"tw-animate-css": "^1.2.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@shikijs/transformers": "^3.2.1",
"@types/culori": "^4.0.1",
"@types/hast": "^3.0.4",
"@types/luxon": "^3.6.2",
"@types/mdast": "^4.0.4",
"@types/node": "^24.10.0",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4"
}
}