astro-ghostcms/packages/astro-ghostcms-catppuccin/package.json

66 lines
1.8 KiB
JSON
Raw Normal View History

2024-01-31 21:12:54 +00:00
{
2024-02-01 08:14:44 +00:00
"name": "@matthiesenxyz/astro-ghostcms-catppuccin",
2024-01-31 21:12:54 +00:00
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS",
2024-02-02 02:59:39 +00:00
"version": "0.0.2",
2024-01-31 21:12: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": "./cat-macchiato.js",
2024-01-31 21:12:54 +00:00
"files": [
"src",
"cat-frappe.js",
"cat-latte.js",
"cat-macchiato.js",
"cat-mocha.js",
"index.js"
2024-01-31 21:12:54 +00:00
],
"exports": {
".": "./cat-macchiato.js",
"./frappe": "./cat-frappe.js",
"./latte": "./cat-latte.js",
"./macchiato": "./cat-macchiato.js",
"./mocha": "./cat-mocha.js",
2024-01-31 21:12:54 +00:00
"./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",
2024-01-31 22:27:02 +00:00
"@catppuccin/tailwindcss": "0.1.6",
2024-01-31 21:12:54 +00:00
"@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"
}
}