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/astro-embed/docs/package.json
2025-03-07 14:59:06 +01:00

22 lines
493 B
JSON

{
"name": "@astro-community/astro-embed-docs",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.24.0",
"astro": "^4.16.3",
"astro-og-canvas": "^0.4.2",
"expressive-code-color-chips": "^0.1.0",
"sharp": "^0.32.5",
"starlight-package-managers": "^0.4.0"
}
}