-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.69 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
{
"name": "tylerrouze-com",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.19.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"check": "astro check"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.0",
"@astrojs/mdx": "7.0.0",
"@astrojs/partytown": "^2.1.7",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.3",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/newsreader": "^5.2.10",
"@playform/compress": "^0.2.3",
"@tailwindcss/vite": "^4.3.1",
"astro": "7.0.0",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"astro-seo-schema": "^7.0.0",
"astro-webmanifest": "^1.0.0",
"hastscript": "^9.0.1",
"katex": "^0.17.0",
"mdast-util-directive": "^3.1.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-to-string": "^4.0.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"satori": "0.15.2",
"satori-html": "^0.3.2",
"schema-dts": "^1.1.5",
"sharp": "^0.35.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@biomejs/biome": "^2.4.15",
"@iconify-json/mdi": "^1.2.3",
"@resvg/resvg-js": "^2.6.2",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"autoprefixer": "^10.5.0",
"pagefind": "^1.5.2",
"prettier": "^3.8.4",
"prettier-plugin-astro": "0.14.1",
"reading-time": "^1.5.0",
"rehype-unwrap-images": "^1.0.0",
"tailwindcss": "^4.3.1",
"typescript": "^5.9.3"
}
}