-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 915 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
{
"name": "astro-roast",
"type": "module",
"version": "0.0.1",
"scripts": {
"lint": "biome check .",
"lint:fix": "biome check --write .",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/db": "^0.13.2",
"@astrojs/node": "^8.3.3",
"@biomejs/biome": "1.8.3",
"@inox-tools/runtime-logger": "^0.3.1",
"@matthiesenxyz/astrolace": "^0.3.0",
"@matthiesenxyz/unocss-preset-daisyui": "^0.1.1",
"@resvg/resvg-js": "^2.6.2",
"@unocss/reset": "^0.62.2",
"astro": "^4.14.4",
"astro-robots": "^2.0.1",
"html-entities": "^2.5.2",
"js-confetti": "^0.12.0",
"openai": "^4.56.0",
"satori": "^0.10.14",
"satori-html": "^0.3.2",
"typescript": "^5.5.4",
"unocss": "^0.62.2"
}
}