astro-ghostcms/demo/package.json

21 lines
455 B
JSON

{
"name": "demo",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@matthiesenxyz/astro-ghostcms": "^2.1.8",
"astro": "^4.2.0",
"astro-robots-txt": "^1.0.0",
"typescript": "^5.3.3",
"zod-validation-error": "^3.0.0"
}
}