-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.92 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.92 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
64
65
{
"name": "multiterm-astro",
"description": "A terminal-inspired coding blog built with Astro.",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"test": "vitest run"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.6",
"@astrojs/mdx": "^4.3.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/ts-plugin": "^1.10.4",
"@expo-google-fonts/jetbrains-mono": "^0.4.0",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@fontsource-variable/jetbrains-mono": "^5.2.6",
"@pagefind/default-ui": "^1.4.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.13",
"@types/hast": "^3.0.4",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"astro": "^5.13.5",
"astro-expressive-code": "^0.41.3",
"color": "^5.0.0",
"date-fns": "^4.1.0",
"emoji-regex": "^10.5.0",
"gemoji": "^8.1.0",
"hast-util-from-html-isomorphic": "^2.0.0",
"hastscript": "^9.0.1",
"katex": "^0.16.22",
"markdown-it": "^14.1.0",
"mdast-util-directive": "^3.1.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-unwrap-images": "^1.0.0",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.0",
"satori": "^0.24.0",
"satori-html": "^0.3.2",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.0",
"pagefind": "^1.4.0",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"sass-embedded": "^1.92.1",
"vitest": "^4.0.18"
}
}