24 lines
540 B
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.7",
|
|
"astro": "^4.4.13",
|
|
"sharp": "^0.33.2"
|
|
}
|
|
} |