shulkerscript-webpage/package.json

20 lines
455 B
JSON
Raw Normal View History

2024-04-03 00:09:47 +02:00
{
2024-06-12 18:12:54 +02:00
"name": "shulkerscript-docs",
2024-04-03 00:09:47 +02:00
"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.5.10",
2024-06-12 18:12:54 +02:00
"@astrojs/starlight": "^0.24.2",
"astro": "^4.10.2",
"sharp": "^0.32.6",
2024-04-03 00:09:47 +02:00
"starlight-links-validator": "^0.7.1",
2024-06-12 18:12:54 +02:00
"typescript": "^5.4.5"
2024-04-03 00:09:47 +02:00
}
}