23 lines
563 B
JSON
23 lines
563 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": {
|
|
"@matthiesenxyz/starlight-ghostcms": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.19.0",
|
|
"@matthiesenxyz/starlight-ghostcms": "0.0.1-dev01",
|
|
"astro": "^4.3.7",
|
|
"sharp": "^0.32.5"
|
|
}
|
|
} |