astro-ghostcms/packages/astro-ghostcms-theme-default/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2024-01-23 21:54:54 +00:00
{
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms",
2024-01-26 14:32:40 +00:00
"version": "0.1.5",
2024-01-23 21:54:54 +00:00
"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": { },
2024-01-24 00:17:23 +00:00
"devDependencies": {
"@matthiesenxyz/astro-ghostcms": "*",
"@astrojs/check": "^0.4.1",
2024-01-26 14:32:40 +00:00
"typescript": "^5.3.3"
2024-01-24 00:17:23 +00:00
},
"peerDependencies": {
"astro": "^4.2.1"
},
2024-01-23 21:54:54 +00:00
"dependencies": {
2024-01-26 14:32:40 +00:00
"@matthiesenxyz/astro-ghostcms": "^3.1.5",
"astro-font": "^0.0.77",
"sass": "^1.70.0"
2024-01-23 21:54:54 +00:00
}
}