This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/ref/starlight/docs/package.json
2025-03-07 14:59:06 +01:00

34 lines
903 B
JSON

{
"name": "starlight-docs",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"test": "playwright install --with-deps chromium && playwright test",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"typecheck": "tsc --noEmit",
"linkcheck": "CHECK_LINKS=true pnpm build",
"astro": "astro",
"lunaria:build": "lunaria build",
"grammars": "node grammars/generate.mjs"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/starlight": "workspace:*",
"@lunariajs/core": "^0.1.1",
"@types/culori": "^2.1.1",
"astro": "^5.1.5",
"culori": "^4.0.1",
"sharp": "^0.32.5"
},
"devDependencies": {
"@playwright/test": "^1.45.0",
"axe-playwright": "^2.0.3",
"sitemapper": "^3.2.12",
"starlight-links-validator": "^0.14.0"
}
}