-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 813 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
{
"name": "anibalrojas-site",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lhci": "lhci autorun",
"fonts:overrides": "node scripts/build-font-overrides.mjs"
},
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@resvg/resvg-js": "^2.6.2",
"astro": "^5.18.2",
"satori": "^0.29.0",
"wawoff2": "^2.0.1"
},
"devDependencies": {
"@fontsource-variable/fraunces": "^5.3.0",
"@fontsource/caveat": "^5.3.0",
"@fontsource/ibm-plex-mono": "^5.3.0",
"@fontsource/ibm-plex-sans": "^5.3.0",
"@lhci/cli": "^0.15.1",
"fontaine": "^0.8.0",
"puppeteer-core": "^25.7.0",
"tslib": "^2.8.1"
}
}