-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1012 Bytes
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
{
"name": "adithya-nair-website",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"format": "prettier -w .",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.8",
"@astrojs/cloudflare": "13.1.3",
"@astrojs/mdx": "5.0.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/ibm-plex-serif": "^5.2.7",
"astro": "6.0.8",
"astro-og-canvas": "^0.7.2",
"dotenv": "^16.6.1",
"markdown-it": "^14.3.0",
"remark-toc": "^9.0.0",
"sanitize-html": "^2.17.5",
"satori": "^0.26.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"prettier-plugin-astro": "^0.14.1",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
}
}