-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 949 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
37
38
{
"name": "eliancodes-frontend",
"version": "0.9.64",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"format": "biome format ./src --write",
"lint": "biome lint ./src",
"check": "biome check --apply ./src",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/db": "^0.11.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/vercel": "^7.7.2",
"@astrojs/web-vitals": "^0.2.1",
"@eliancodes/brutal-ui": "^0.2.6",
"@resvg/resvg-js": "^2.6.2",
"@unocss/astro": "^0.59.4",
"astro": "^4.11.5",
"astro-font": "^0.0.80",
"typescript": "^5.4.5",
"unocss": "^0.59.4"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/uil": "^1.1.8",
"@unocss/reset": "^0.59.4",
"satori": "^0.7.4",
"satori-html": "^0.3.2"
}
}