astro-ghostcms/starlight-playground/package.json

22 lines
506 B
JSON
Raw Normal View History

2024-02-20 07:01:54 +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"
},
2024-02-20 07:57:58 +00:00
"devDependencies": {
},
2024-02-20 07:01:54 +00:00
"dependencies": {
"@astrojs/starlight": "^0.19.0",
2024-02-20 12:36:40 +00:00
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
"astro": "^4.4.0",
2024-02-20 07:01:54 +00:00
"sharp": "^0.32.5"
}
}