60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
|
|
"description": "Default Theme for astro-ghostcms",
|
|
"version": "0.1.19",
|
|
"homepage": "https://astro-ghostcms.xyz/",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"sideEffects": false,
|
|
"author": {
|
|
"email": "adam@matthiesen.xyz",
|
|
"name": "Adam Matthiesen - MatthiesenXYZ",
|
|
"url": "https://matthiesen.xyz"
|
|
},
|
|
"keywords": [
|
|
"astro-ghostcms"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues",
|
|
"email": "issues@astro-ghostcms.xyz"
|
|
},
|
|
"main": "index.ts",
|
|
"files": [
|
|
"src",
|
|
"index.ts"
|
|
],
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./index.astro": "./src/routes/index.astro",
|
|
"./[slug].astro": "./src/routes/[slug].astro",
|
|
"./tags.astro": "./src/routes/tags.astro",
|
|
"./authors.astro": "./src/routes/authors.astro",
|
|
"./tag/[slug].astro": "./src/routes/tag/[slug].astro",
|
|
"./author/[slug].astro": "./src/routes/author/[slug].astro",
|
|
"./archives/[...page].astro": "./src/routes/archives/[...page].astro"
|
|
},
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"@matthiesenxyz/astro-ghostcms": "*",
|
|
"@astrojs/check": "^0.5.9",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@matthiesenxyz/astro-ghostcms": ">=3.3.4",
|
|
"astro": ">=4.4.0"
|
|
},
|
|
"dependencies": {
|
|
"astro-font": "^0.0.77",
|
|
"astro-remote": "^0.3.2",
|
|
"sass": "^1.71.1",
|
|
"ultrahtml": "^1.5.3"
|
|
}
|
|
}
|