astro-ghostcms/demo/package.json

22 lines
469 B
JSON

{
"name": "demo",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.2.6",
"@matthiesenxyz/astro-ghostcms": "3.1.5",
"@matthiesenxyz/astro-ghostcms-theme-default": "0.1.5"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"typescript": "^5.3.3"
}
}