-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2 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
66
67
{
"name": "async-adventures-blog",
"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 ."
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.8",
"@astrojs/mdx": "^4.3.7",
"@astrojs/react": "^4.4.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@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.3.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.11",
"@types/hast": "^3.0.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"astro": "^5.14.4",
"astro-expressive-code": "^0.41.3",
"astro-icon": "^1.1.5",
"color": "^5.0.0",
"emoji-regex": "^10.4.0",
"gemoji": "^8.1.0",
"hast-util-from-html-isomorphic": "^2.0.0",
"hastscript": "^9.0.1",
"markdown-it": "^14.1.0",
"mdast-util-directive": "^3.1.0",
"mdast-util-to-string": "^4.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-github-calendar": "^4.5.9",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-unwrap-images": "^1.0.0",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.0",
"satori": "^0.15.2",
"satori-html": "^0.3.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.0",
"pagefind": "^1.3.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"sass-embedded": "^1.89.2"
}
}