shulkerscript-webpage/package.json

20 lines
455 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",
"starlight-links-validator": "^0.10.1",
"typescript": "^5.4.5"
}
}