{ "name": "@matthiesenxyz/astro-ghostcms-catppuccin-dark", "description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS", "version": "0.0.4", "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": "./cat-macchiato.js", "files": [ "src", "cat-frappe.js", "cat-latte.js", "cat-macchiato.js", "cat-mocha.js", "index.js" ], "exports": { ".": "./cat-macchiato.js", "./frappe": "./cat-frappe.js", "./latte": "./cat-latte.js", "./macchiato": "./cat-macchiato.js", "./mocha": "./cat-mocha.js", "./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": { "astro": "^4.2.1" }, "dependencies": { "@astrojs/tailwind": "^5.1.0", "@catppuccin/tailwindcss": "0.1.6", "@fontsource-variable/inter": "^5.0.16", "@matthiesenxyz/astro-ghostcms": "^3.1.8", "@tailwindcss/typography": "^0.5.10", "tailwindcss": "^3.3.5", "astro-navbar": "^2.3.0", "astro-seo": "^0.8.0" } }