UNPKG

starlight-theme-next

Version:
44 lines (43 loc) 1.06 kB
{ "name": "starlight-theme-next", "version": "0.3.2", "description": "Starlight theme inspired by the Next.js docs.", "keywords": [ "starlight", "theme", "nextjs", "docs", "black", "dark" ], "homepage": "https://github.com/trueberryless-org/starlight-theme-next", "bugs": { "url": "https://github.com/trueberryless-org/starlight-theme-next/issues" }, "repository": { "type": "git", "url": "https://github.com/trueberryless-org/starlight-theme-next.git", "directory": "packages/starlight-theme-next" }, "license": "MIT", "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", "type": "module", "exports": { ".": "./index.ts", "./fonts/*": "./fonts/*", "./styles.css": "./styles.css" }, "devDependencies": { "@astrojs/starlight": "^0.34.0", "astro": "^5.7.3" }, "peerDependencies": { "@astrojs/starlight": ">=0.34" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=21.0.0" }, "publishConfig": { "access": "public" } }