-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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": "yazzy",
"version": "0.2.5",
"dependencies": {
"@astrojs/node": "^9.5.4",
"@openrouter/sdk": "^0.9.11",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"defuddle": "^0.9.0",
"dompurify": "^3.3.2",
"drizzle-orm": "^0.45.1",
"highlight.js": "^11.11.1",
"jsdom": "^28.1.0",
"lite-youtube-embed": "^0.3.4",
"nanoid": "^5.1.6",
"satori": "^0.25.0",
"tailwindcss": "^4.2.1",
"turndown": "^7.2.2",
"typescript": "^5.9.3",
"zod": "^4.3.6"
},
"scripts": {
"check": "tsc --noEmit && biome check --write",
"dev": "bun --bun astro dev",
"build": "bun --bun astro build && mkdir -p dist/src/db/migrations/meta && cp -r src/db/migrations/ dist/src/db/migrations/",
"preview": "bun --bun astro preview"
},
"type": "module",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bun": "^1.3.10",
"@types/dompurify": "^3.2.0",
"@types/jsdom": "^28.0.0",
"@types/turndown": "^5.0.6",
"drizzle-kit": "^0.31.9",
"lefthook": "^2.1.2"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild",
"lefthook",
"sharp"
]
}