-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 922 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
29
30
31
32
33
34
35
36
37
38
{
"name": "stackarchitect",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-types": "wrangler types",
"seo:audit": "node seo-audit.mjs",
"seo:crawl": "node seo-crawl-audit.mjs",
"gsc:coverage": "node gsc-coverage.mjs"
},
"dependencies": {
"@astrojs/cloudflare": "^13.1.7",
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.2",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/sora": "^5.2.8",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.3",
"astro-indexnow": "^2.1.1",
"tailwindcss": "^4.2.2",
"wrangler": "^4.80.0"
},
"overrides": {
"vite": "^7"
},
"devDependencies": {
"gray-matter": "^4.0.3"
}
}