-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1009 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
39
40
{
"name": "brutal",
"version": "0.1.3",
"private": false,
"type": "module",
"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/image": "^0.16.9",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"@eliancodes/brutal-ui": "^0.2.2",
"astro": "^2.8.3",
"satori": "^0.5.0",
"satori-html": "^0.3.2"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.31",
"@iconify-json/uil": "^1.1.4",
"@typescript-eslint/parser": "^5.59.9",
"@unocss/reset": "^0.53.1",
"eslint": "^8.42.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"unocss": "^0.53.1"
}
}