astro-ghostcms/playground/package.json

23 lines
496 B
JSON
Raw Normal View History

2024-01-23 18:51:23 +00:00
{
"name": "playground",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.2.1",
2024-01-24 05:14:29 +00:00
"@matthiesenxyz/astro-ghostcms-theme-default": "*",
2024-01-23 18:51:23 +00:00
"@matthiesenxyz/astro-ghostcms": "workspace:*"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"typescript": "^5.3.3"
}
}