{ "name": "@matthiesenxyz/astro-ghostcms-catppuccin", "description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS", "version": "0.0.14", "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" }, "files": [ "src" ], "exports": { "./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": {}, "peerDependencies": { "@matthiesenxyz/astro-ghostcms": ">=3.3.4", "astro": ">=4.4.0" }, "devDependencies": { "@matthiesenxyz/astro-ghostcms": "workspace:*" }, "dependencies": { "@astrojs/tailwind": "^5.1.0", "@catppuccin/tailwindcss": "0.1.6", "@fontsource-variable/inter": "^5.0.17", "@matthiesenxyz/astro-ghostcms": "^3.3.4", "@tailwindcss/typography": "^0.5.10", "astro-navbar": "^2.3.1", "astro-remote": "^0.3.2", "astro-seo": "^0.8.3", "tailwindcss": "^3.3.5", "ultrahtml": "1.5.3" } }