-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 693 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 693 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
{
"name": "eliancodes-frontend",
"version": "0.9.99",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "biome format . --write",
"lint": "biome lint .",
"check": "biome check .",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/vercel": "^10.0.8",
"@resvg/resvg-js": "^2.6.2",
"astro": "^6.4.2",
"astro-font": "^0.0.80",
"date-fns": "^4.1.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"satori": "^0.7.4",
"satori-html": "^0.3.2"
}
}