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

19 lines
362 B
JSON

{
"name": "@example/starlight-basics",
"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.31.1",
"astro": "^5.1.5",
"sharp": "^0.32.5"
}
}