-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 KB
/
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
39
40
41
42
{
"name": "brutal",
"version": "1.2.0",
"private": false,
"type": "module",
"packageManager": "[email protected]",
"author": {
"name": "Elian Van Cutsem",
"email": "[email protected]",
"url": "https://www.elian.codes/"
},
"homepage": "https://brutal.elian.codes",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@eliancodes/brutal-ui": "^0.2.2",
"astro": "^3.0.6",
"satori": "^0.5.0",
"satori-html": "^0.3.2"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.35",
"@iconify-json/uil": "^1.1.5",
"@resvg/resvg-js": "^2.4.1",
"@typescript-eslint/parser": "^6.5.0",
"@unocss/reset": "^0.55.4",
"eslint": "^8.48.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"sharp": "^0.32.5",
"unocss": "^0.55.4"
}
}