{ "name": "@matthiesenxyz/astro-ghostcms-brutalbyelian", "description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS", "version": "0.0.12", "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": "./brutalunocss-preset.ts", "files": [ "src", "brutalunocss-preset.ts" ], "exports": { ".": "./brutalunocss-preset.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": {}, "peerDependencies": { "astro": "^4.2.0" }, "devDependencies": { "@typescript-eslint/parser": "^7.1.1", "eslint": "^8.57.0", "eslint-plugin-astro": "^0.31.4", "eslint-plugin-jsx-a11y": "^6.8.0", "prettier-plugin-astro": "^0.13.0", "prettier": "^3.2.5", "@matthiesenxyz/astro-ghostcms": "workspace:*", "@matthiesenxyz/astro-ghostcms-rendercontent": "workspace:*" }, "dependencies": { "@iconify-json/logos": "^1.1.41", "@iconify-json/uil": "^1.1.8", "@matthiesenxyz/astro-ghostcms": "^3.3.1", "@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.8", "@unocss/astro": "^0.58.5", "@unocss/reset": "^0.58.5", "unocss": "^0.58.5", "@eliancodes/brutal-ui": "^0.2.6", "astro-font": "^0.0.77", "typescript": "^5.4.2", "ultrahtml": "^1.5.3" } }