starlight-fullview-mode
Version:
A minimalist plugin that collapses Starlight's sidebars and expands the main content to full width, creating a distraction-free, fullscreen-like reading experience. Toggle with a single click to focus purely on your content.
50 lines (49 loc) • 1.35 kB
JSON
{
"name": "starlight-fullview-mode",
"version": "0.2.3",
"license": "MIT",
"description": "A minimalist plugin that collapses Starlight's sidebars and expands the main content to full width, creating a distraction-free, fullscreen-like reading experience. Toggle with a single click to focus purely on your content.",
"author": "Windmillcode",
"type": "module",
"exports": {
".": "./index.ts",
"./overrides/*.astro": "./overrides/*.astro",
"./styles/*.css": "./styles/*.css"
},
"devDependencies": {
"@astrojs/starlight": "^0.32.6",
"astro": "^5.6.1"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.32"
},
"keywords": [
"starlight",
"plugin",
"zen",
"view",
"mode",
"fullscreen",
"full-view",
"full-view-mode",
"full",
"view-modes",
"documentation"
],
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/Windmillcode/starlight-fullview-mode",
"repository": {
"type": "git",
"url": "https://github.com/Windmillcode/starlight-fullview-mode.git",
"directory": "packages/starlight-fullview-mode"
},
"bugs": "https://github.com/Windmillcode/starlight-fullview-mode/issues",
"dependencies": {
"@iconify-json/mdi": "^1.1.68"
}
}