-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "hoangthejason-academic-site",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"predev": "node ./scripts/build-notebooks.mjs",
"prebuild": "node ./scripts/build-notebooks.mjs",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"check": "astro check"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.1",
"@fontsource/inter": "^5.2.6",
"@fontsource/jetbrains-mono": "^5.2.6",
"@fontsource/source-serif-4": "^5.2.7",
"@shikijs/transformers": "^4.0.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.18.0",
"gray-matter": "^4.0.3",
"marked": "^15.0.12",
"mermaid": "^11.13.0",
"pagefind": "^1.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.3.2",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.0",
"tailwindcss": "^4.1.13",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"typescript": "^5.9.2"
}
}