-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.19 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
43
44
45
46
{
"name": "helb-it-trends",
"version": "1.2.0",
"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 check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@eliancodes/brutal-ui": "^0.2.3",
"@unocss/astro": "^0.57.7",
"astro": "^4.14.5",
"astro-font": "^0.0.80",
"helb-it-trends": "file:",
"satori": "^0.5.0",
"satori-html": "^0.3.2",
"typescript": "^5.6.2"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.41",
"@iconify-json/uil": "^1.1.8",
"@resvg/resvg-js": "^2.6.0",
"@typescript-eslint/parser": "^6.15.0",
"@unocss/reset": "^0.57.7",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"sharp": "^0.32.6",
"unocss": "^0.57.7"
}
}