* chore: run astro upgrade cli cmd * chore: move content config & add content loader * chore: update pkgs * fix: bump starlight-openapi * fix: bump sharp * fix: update pnpm-lock
21 lines
481 B
JSON
21 lines
481 B
JSON
{
|
|
"name": "@modrinth/docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/starlight": "^0.32.2",
|
|
"@modrinth/assets": "workspace:*",
|
|
"astro": "^5.4.1",
|
|
"sharp": "^0.33.5",
|
|
"starlight-openapi": "^0.14.0",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
} |