23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"name": "t1",
|
|
"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",
|
|
"@matthiesenxyz/astro-ghostcms": "^3.1.5",
|
|
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.4.1",
|
|
"typescript": "^5.3.3",
|
|
"sass": "^1.70.0"
|
|
}
|
|
}
|