{ "name": "catppuccin-dark-demo", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^4.2.8", "@matthiesenxyz/astro-ghostcms": "3.1.6", "@matthiesenxyz/astro-ghostcms-catppuccin-dark": "0.0.3", "@astrojs/tailwind": "^5.1.0", "tailwindcss": "^3.3.5" }, "devDependencies": { "@astrojs/check": "^0.4.1", "typescript": "^5.3.3" } }