astro-ghostcms/starlight-playground/package.json

21 lines
461 B
JSON
Raw Permalink Normal View History

2024-02-20 07:01:54 +00:00
{
2024-02-20 12:41:03 +00:00
"name": "starlight-playground",
"type": "module",
"version": "0.0.1",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {},
"dependencies": {
"@astrojs/starlight": "^0.19.0",
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
"astro": "^4.4.0",
"sharp": "^0.32.5"
}
}