mirror of
https://github.com/bmlong137/maven-tiles
synced 2025-05-12 20:54:42 +00:00
22 lines
404 B
JSON
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"
|
|
}
|
|
}
|
|
} |