Add new Starlight-GhostCMS plugin #66

Merged
Adammatthiesen merged 14 commits from starlight-ghostcms into main 2024-02-20 12:37:24 +00:00
3 changed files with 362 additions and 149 deletions
Showing only changes of commit 0c378be333 - Show all commits

View File

@ -59,7 +59,7 @@
"@astrojs/starlight": "0.19.0",
"@ts-ghost/core-api": "5.1.2",
"@ts-ghost/tsconfig": "workspace:*",
"astro": "4.3.7",
"astro": "4.4.0",
"vite": "^5.1.2",
"vite-tsconfig-paths": "^4.2.2",
"vitest": "^1.2.2",

File diff suppressed because it is too large Load Diff

View File

@ -12,12 +12,11 @@
"astro": "astro"
},
"devDependencies": {
"@matthiesenxyz/starlight-ghostcms": "workspace:*"
},
"dependencies": {
"@astrojs/starlight": "^0.19.0",
"@matthiesenxyz/starlight-ghostcms": "0.0.1-dev01",
"astro": "^4.3.7",
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
"astro": "^4.4.0",
"sharp": "^0.32.5"
}
}