You've already forked encounter.github.io
mirror of
https://github.com/encounter/encounter.github.io.git
synced 2026-03-30 11:08:50 -07:00
22 lines
376 B
JSON
22 lines
376 B
JSON
{
|
|
"name": "encounter.github.io",
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.30.3",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.7.0",
|
|
"marked": "^17.0.4",
|
|
"sharp": "^0.34.5"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|