starlight-theme-obsidian
Version:
A Starlight theme inspired by the Obsidian Publish website theme
44 lines • 1.39 kB
JSON
{
"name": "starlight-theme-obsidian",
"author": "Fevol",
"version": "0.4.0",
"license": "MIT",
"description": "A Starlight theme inspired by the Obsidian Publish website theme",
"type": "module",
"exports": {
".": "./index.ts",
"./overrides/Sidebar.astro": "./overrides/Sidebar.astro",
"./overrides/PageFrame.astro": "./overrides/PageFrame.astro",
"./overrides/PageSidebar.astro": "./overrides/PageSidebar.astro",
"./overrides/Pagination.astro": "./overrides/Pagination.astro",
"./overrides/ThemeSelect.astro": "./overrides/ThemeSelect.astro",
"./overrides/MobileMenuFooter.astro": "./overrides/MobileMenuFooter.astro",
"./schema": "./schema.ts",
"./config": "./config.ts",
"./styles/layers.css": "./styles/layers.css",
"./styles/theme.css": "./styles/theme.css",
"./styles/centered-reading.css": "./styles/centered-reading.css",
"./styles/common.css": "./styles/common.css"
},
"scripts": {},
"keywords": [
"starlight",
"theme",
"graph",
"astro",
"astro-component",
"withastro",
"obsidian"
],
"repository": {
"type": "git",
"url": "https://github.com/Fevol/starlight-theme-obsidian.git",
"directory": "packages/starlight-theme-obsidian"
},
"bugs": "https://github.com/Fevol/starlight-theme-obsidian/issues",
"peerDependencies": {
"@astrojs/starlight": ">=0.33.0",
"astro": ">=5.5.0",
"starlight-site-graph": "^0.4.0"
}
}