22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"name": "{{PROJECT_NAME}}",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.4.1",
|
|
"@matthiesenxyz/astro-ghostcms": "^3.3.0",
|
|
"astro": "^4.4.0",
|
|
"typescript": "^5.3.3",
|
|
"astro-font": "^0.0.77"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.70.0"
|
|
}
|
|
} |