-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 839 Bytes
/
package.json
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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.3.1",
"@astrojs/svelte": "^5.7.2",
"@fontsource-variable/fira-code": "^5.1.0",
"astro": "^4.16.8",
"astro-icon": "^1.1.1",
"date-fns": "^4.1.0",
"github-slugger": "^2.0.0",
"katex": "^0.16.11",
"mdast-util-to-string": "^4.0.0",
"normalize.css": "^8.0.1",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sass": "^1.80.5",
"svelte": "^4.2.19",
"typescript": "^5.6.3",
"unist-util-visit": "^5.0.0",
"whatamesh": "max-niederman/whatamesh"
}
}