29 lines
652 B
JSON
29 lines
652 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
|
|
}
|
|
}
|