-
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
39
40
41
42
43
{
"name": "brutal",
"version": "1.2.0",
"private": false,
"type": "module",
"packageManager": "pnpm@10.32.1",
"author": {
"name": "Elian Van Cutsem",
"email": "hello@elian.codes",
"url": "https://www.elian.codes/"
},
"homepage": "https://brutal.elian.codes",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "biome lint .",
"format": "biome format --write .",
"check": "astro check && biome check .",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@eliancodes/brutal-ui": "^0.2.7",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.13",
"astro": "^6.1.1",
"astro-font": "^1.1.0",
"sharp": "^0.34.5",
"satori": "^0.5.0",
"satori-html": "^0.3.2",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@biomejs/biome": "^2.4.9",
"@resvg/resvg-js": "^2.6.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}