move dep from dev to nondev

This commit is contained in:
Adam Matthiesen 2024-01-31 14:27:02 -08:00
parent 891e925219
commit 8ee5a295a7
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms-catppuccin-dark", "name": "@matthiesenxyz/astro-ghostcms-catppuccin-dark",
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS", "description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS",
"version": "0.0.2", "version": "0.0.3",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -42,14 +42,12 @@
"./archives/[...page].astro": "./src/routes/archives/[...page].astro" "./archives/[...page].astro": "./src/routes/archives/[...page].astro"
}, },
"scripts": { }, "scripts": { },
"devDependencies": {
"@catppuccin/tailwindcss": "0.1.6"
},
"peerDependencies": { "peerDependencies": {
"astro": "^4.2.1" "astro": "^4.2.1"
}, },
"dependencies": { "dependencies": {
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@catppuccin/tailwindcss": "0.1.6",
"@fontsource-variable/inter": "^5.0.16", "@fontsource-variable/inter": "^5.0.16",
"@matthiesenxyz/astro-ghostcms": "^3.1.8", "@matthiesenxyz/astro-ghostcms": "^3.1.8",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",