UNPKG

starlight-ion-theme

Version:

![Ion](./assets/showcase.png)

56 lines 1.34 kB
{ "name": "starlight-ion-theme", "version": "2.4.0", "type": "module", "repository": { "url": "https://github.com/louisescher/starlight-ion-theme", "directory": "packages/starlight-ion-theme" }, "exports": { ".": "./index.ts", "./ec-theme": "./ec-theme.ts", "./constants": "./components/constants.ts", "./package.json": "./package.json", "./styles/*": "./styles/*", "./components/*": "./components/*", "./schemas/*": "./schemas/*", "./icons/*": "./icons/*", "./utils/*": "./components/utils/*", "./middleware": "./middleware.ts" }, "homepage": "https://louisescher.github.io/starlight-ion-theme/", "author": "Louis Escher <louisescher@proton.me>", "files": [ "index.ts", "ec-theme.ts", "constants.ts", "styles", "components", "schemas", "icons", "utils", "middleware.ts" ], "keywords": [ "withastro", "starlight", "ion" ], "devDependencies": { "astro": "^6.0.0", "shiki": "^1.26.1", "typescript": "^5.7.2" }, "peerDependencies": { "@astrojs/starlight": "^0.38", "astro": "^6.0.0" }, "dependencies": { "@astrojs/starlight": "^0.38", "@iconify/tools": "^4.1.1", "@iconify/utils": "^2.2.1", "@shikijs/themes": "^1.26.1", "astro-icon": "^1.1.5", "pathe": "^2.0.1" } }