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": {
|
2024-08-20 21:54:59 +02:00
|
|
|
"@astrojs/check": "^0.9.3",
|
2024-09-30 17:23:40 +02:00
|
|
|
"@astrojs/starlight": "^0.28.2",
|
|
|
|
"astro": "^4.15.9",
|
2024-08-20 21:54:59 +02:00
|
|
|
"sharp": "^0.33.5",
|
2024-08-20 22:27:14 +02:00
|
|
|
"shiki": "^1.14.1",
|
2024-09-30 17:23:40 +02:00
|
|
|
"starlight-links-validator": "^0.12.1",
|
2024-06-12 18:12:54 +02:00
|
|
|
"typescript": "^5.4.5"
|
2024-08-21 13:53:28 +02:00
|
|
|
},
|
|
|
|
"packageManager": "pnpm@9.7.0+"
|
2024-04-03 00:09:47 +02:00
|
|
|
}
|