-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 956 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 956 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
36
37
38
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.2",
"@fontsource-variable/public-sans": "^5.2.5",
"@fontsource/dejavu-mono": "^5.2.5",
"@fontsource/dejavu-sans": "^5.2.5",
"@fontsource/monaspace-neon": "^5.2.5",
"@fontsource/monaspace-xenon": "^5.2.5",
"cal-parser": "^1.0.2",
"cheerio": "^1.0.0",
"classnames": "^2.5.1",
"qrcode-svg": "^1.1.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"typescript": "^5.8.2"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
"@types/bun": "^1.2.6",
"@types/node": "^22.13.13",
"@types/qrcode-svg": "^1.1.5",
"astro": "^5.5.5"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
}
}