{ "name": "playground", "type": "module", "version": "0.0.1", "private": true, "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-theme-default": "workspace:*", "@matthiesenxyz/astro-ghostcms-catppuccin-dark": "workspace:*", "@matthiesenxyz/astro-ghostcms": "workspace:*", "@astrojs/tailwind": "^5.1.0", "tailwindcss": "^3.3.5" }, "devDependencies": { "typescript": "^5.3.3" } }