maven-tiles/docs/package.json
Mark Derricutt 07fe9c6360
Updated astro
Change-Id: I240dcda61bcd05d057784491c2137152f085372e
2024-02-23 22:44:06 +13:00

22 lines
404 B
JSON

{
"name": "maven-tiles",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.11.1",
"astro": "^4.4.3",
"sharp": "^0.32.6"
},
"pnpm": {
"overrides": {
"zod@<=3.22.2": ">=3.22.3"
}
}
}