-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 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
{
"name": "personal-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"md-to-mdx": "node src/build/cli.js",
"perf:benchmark": "node src/build/performance-cli.js benchmark",
"perf:monitor": "node src/build/performance-cli.js monitor",
"perf:analyze": "node src/build/performance-cli.js analyze"
},
"dependencies": {
"@astrojs/mdx": "^4.3.1",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.2",
"@astrojs/tailwind": "^6.0.2",
"@radix-ui/react-slot": "^1.2.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"astro": "^5.12.6",
"astro-mermaid": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"mermaid": "^11.12.2",
"minisearch": "^7.1.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.17",
"unified": "^11.0.5",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"chokidar": "^4.0.1",
"commander": "^12.1.0",
"glob": "^11.0.0",
"js-yaml": "^4.1.0",
"typescript": "^5.8.3",
"vitest": "^2.1.9"
}
}