This commit is contained in:
Adam Matthiesen 2024-01-26 06:32:40 -08:00
parent 62ac72a60e
commit aa0a67dd7f
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms-theme-default", "name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms", "description": "Default Theme for astro-ghostcms",
"version": "0.1.4", "version": "0.1.5",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -44,14 +44,14 @@
"devDependencies": { "devDependencies": {
"@matthiesenxyz/astro-ghostcms": "*", "@matthiesenxyz/astro-ghostcms": "*",
"@astrojs/check": "^0.4.1", "@astrojs/check": "^0.4.1",
"typescript": "^5.3.3", "typescript": "^5.3.3"
"sass": "^1.70.0"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^4.2.1" "astro": "^4.2.1"
}, },
"dependencies": { "dependencies": {
"@matthiesenxyz/astro-ghostcms": "^3.1.3", "@matthiesenxyz/astro-ghostcms": "^3.1.5",
"astro-font": "^0.0.77" "astro-font": "^0.0.77",
"sass": "^1.70.0"
} }
} }