@astrojs/starlight
Version:
Build beautiful, high-performance documentation websites with Astro
94 lines • 2.71 kB
JSON
{
"name": "@astrojs/starlight",
"version": "0.39.3",
"description": "Build beautiful, high-performance documentation websites with Astro",
"keywords": [
"docs",
"documentation",
"astro",
"withastro",
"astro-integration"
],
"author": "Chris Swithinbank <swithinbank@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/withastro/starlight",
"directory": "packages/starlight"
},
"bugs": "https://github.com/withastro/starlight/issues",
"homepage": "https://starlight.astro.build",
"type": "module",
"exports": {
".": "./index.ts",
"./locals": "./locals.ts",
"./components": "./components.ts",
"./components/*": "./components/*",
"./internal": "./internal.ts",
"./props": "./props.ts",
"./schema": "./schema.ts",
"./loaders": "./loaders.ts",
"./route-data": "./route-data.ts",
"./types": "./types.ts",
"./expressive-code": {
"types": "./expressive-code.d.ts",
"default": "./expressive-code.mjs"
},
"./expressive-code/hast": {
"types": "./integrations/expressive-code/hast.d.ts",
"default": "./integrations/expressive-code/hast.mjs"
},
"./routes/*": "./routes/*",
"./style/markdown.css": "./style/markdown.css"
},
"peerDependencies": {
"astro": "^6.0.0"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@types/node": "^22.19.17",
"@vitest/coverage-v8": "^4.1.5",
"astro": "^6.3.1",
"linkedom": "^0.18.12",
"vitest": "^4.1.5"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.1.1",
"@astrojs/mdx": "^5.0.4",
"@astrojs/sitemap": "^3.7.2",
"@pagefind/default-ui": "^1.3.0",
"@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9",
"@types/mdast": "^4.0.4",
"astro-expressive-code": "^0.42.0",
"bcp-47": "^2.1.0",
"hast-util-from-html": "^2.0.3",
"hast-util-select": "^6.0.4",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.1",
"i18next": "^26.0.7",
"js-yaml": "^4.1.1",
"klona": "^2.0.6",
"magic-string": "^0.30.21",
"mdast-util-directive": "^3.1.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.5.2",
"rehype": "^13.0.2",
"rehype-format": "^5.0.1",
"remark-directive": "^4.0.0",
"ultrahtml": "^1.6.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vfile": "^6.0.3"
},
"publishConfig": {
"provenance": true
},
"scripts": {
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright install --with-deps chromium && playwright test",
"test:e2e:ci": "playwright test"
}
}