astro-ghostcms/playgrounds/starlight-playground/package.json

24 lines
540 B
JSON

{
"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": {
"@types/node": "^20.11.28"
},
"dependencies": {
"@astrojs/starlight": "^0.21.1",
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
"@matthiesenxyz/astro-gists": "^0.2.11",
"astro": "^4.5.6",
"sharp": "^0.33.2"
}
}