23 lines
496 B
JSON
23 lines
496 B
JSON
{
|
|
"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",
|
|
"@matthiesenxyz/astro-ghostcms-theme-default": "*",
|
|
"@matthiesenxyz/astro-ghostcms": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.4.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|