shulkerscript-webpage/package.json

22 lines
514 B
JSON

{
"name": "shulkerscript-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.3",
"@astrojs/starlight": "^0.26.1",
"astro": "^4.14.3",
"sharp": "^0.33.5",
"shiki": "^1.14.1",
"starlight-links-validator": "^0.10.1",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.7.0+"
}