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": {
2024-01-23 20:36:55 +00:00
"astro": "^4.2.1",
2024-01-24 01:11:11 +00:00
"@matthiesenxyz/astro-ghostcms": "3.0.2",
2024-01-24 01:26:14 +00:00
"@matthiesenxyz/astro-ghostcms-theme-default": "0.0.2"
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
}
}