-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "ogcops",
"type": "module",
"version": "1.0.0",
"description": "OGCOPS — Free OG Image Generator + Social Media Preview Checker",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"check": "astro check && tsc --noEmit",
"lint": "astro check",
"generate:favicons": "node scripts/generate-favicons.mjs"
},
"dependencies": {
"@astrojs/react": "^4.2.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^8.0.0",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/playfair-display": "^5.2.8",
"@resvg/resvg-wasm": "^2.6.2",
"astro": "^5.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"satori": "^0.12.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@resvg/resvg-js": "^2.6.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.9.3",
"vitest": "^2.1.0"
}
}