-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 734 Bytes
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
{
"name": "model-eval-daily",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"test": "node scripts/verify-site-integrity.mjs",
"audit:content": "node scripts/audit-blog-facts.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.5",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fontsource-variable/source-sans-3": "^5.3.0",
"@fontsource-variable/source-serif-4": "^5.3.0",
"@vercel/analytics": "^2.0.1",
"astro": "^7.1.6",
"sharp": "^0.35.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"typescript": "~5.9.3"
}
}