astro-ghostcms/demo/package.json

22 lines
469 B
JSON
Raw Normal View History

2024-01-23 20:03:56 +00:00
{
"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": {
"astro": "^4.2.4",
2024-01-26 13:47:41 +00:00
"@matthiesenxyz/astro-ghostcms": "3.1.5",
2024-01-26 14:35:15 +00:00
"@matthiesenxyz/astro-ghostcms-theme-default": "0.1.5"
2024-01-23 20:36:55 +00:00
},
"devDependencies": {
2024-01-23 20:03:56 +00:00
"@astrojs/check": "^0.4.1",
2024-01-23 20:36:55 +00:00
"typescript": "^5.3.3"
2024-01-23 20:03:56 +00:00
}
}