website/package.json
2026-09-08 21:37:02 -04:00

33 lines
741 B
JSON

{
"name": "website-v3",
"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",
"commit": "node scripts/commit.mjs"
},
"dependencies": {
"@astrojs/cloudflare": "^14.3.0",
"@fontsource-variable/jetbrains-mono": "^5.3.0",
"@fontsource-variable/newsreader": "^5.3.0",
"@fontsource/unbounded": "^5.3.0",
"astro": "^7.3.1",
"wrangler": "^4.129.0"
},
"allowScripts": {
"esbuild": true,
"workerd@1.20260903.1": true
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"astro-icon": "^1.2.0"
}
}