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",
"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/",
"type": "module",
"license": "MIT",
@ -42,14 +42,12 @@
"./archives/[...page].astro": "./src/routes/archives/[...page].astro"
},
"scripts": { },
"devDependencies": {
"@catppuccin/tailwindcss": "0.1.6"
},
"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",