-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
47
{
"name": "astrolio",
"version": "1.5.0",
"type": "module",
"engines": {
"npm": ">= 10.0.0",
"node": ">= 21.0.0"
},
"packageManager": "[email protected]",
"homepage": "https://benco.st",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@eliancodes/brutal-ui": "^0.2.2",
"@unocss/astro": "^0.62.2",
"astro": "^4.16.13",
"astro-font": "^0.0.80",
"nanostores": "^0.11.3",
"satori": "^0.5.0",
"satori-html": "^0.3.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",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.12.3",
"sass-embedded": "^1.77.8",
"sharp": "^0.32.6",
"unocss": "^0.62.2"
}
}