-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 956 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
34
35
36
{
"name": "jfagerberg-me-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/preact": "3.0.2",
"@astrojs/sitemap": "^3.1.1",
"@fontsource-variable/cabin": "^5.0.4",
"@fontsource-variable/overpass": "^5.0.19",
"@fontsource/poppins": "^5.0.8",
"@fontsource/questrial": "^5.0.5",
"astro": "^4.4.15",
"astro-expressive-code": "^0.33.4",
"astro-icon": "^0.8.1",
"astro-robots-txt": "^0.5.0",
"astro-seo": "^0.8.4",
"hyphenopoly": "^5.2.0-beta.1",
"preact": "^10.19.6",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"remark-unwrap-images": "^3.0.1",
"unist-util-visit": "^4.1.2"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
}
}