-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "labyrinth",
"version": "1.1.0",
"type": "module",
"scripts": {
"copy-notes": "npx tsx scripts/copyNotes.ts",
"dev": "astro dev",
"build": "astro build --verbose",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/vite": "^4.1.11",
"@types/hast": "^3.0.4",
"astro": "^5.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hast-util-classnames": "^3.0.0",
"hast-util-select": "^6.0.4",
"ignore": "^7.0.5",
"lucide-react": "^0.518.0",
"mathjax-full": "^3.2.2",
"node-tikzjax": "^1.0.3",
"react": "^19.1.0",
"remark-math": "^6.0.0",
"shiki": "^3.7.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/mdast": "^4.0.4",
"@types/react": "^19.1.8",
"tw-animate-css": "^1.3.4",
"typescript": "^5.8.3",
"vite": "^6.3.5"
}
}